align borg and burp folders to backup, switch to systemd for scheduling

This commit is contained in:
2026-01-24 10:44:35 +01:00
parent 17d54301f7
commit c111d737bb
7 changed files with 41 additions and 25 deletions

View File

@@ -6,7 +6,7 @@
path: /root/.ssh
mode: 0700
state: directory
- name: .ssh/confi
- name: .ssh/config
ansible.builtin.copy:
dest: /root/.ssh/config
content: |
@@ -14,11 +14,9 @@
Port 2222
- name: get borg binary
get_url:
dest: /usr/bin/borg
owner: root
mode: "0755"
url: https://github.com/borgbackup/borg/releases/download/{{ borg_release }}/borg-linuxnew64
ansible.builtin.package:
name: borgbackup
state: present
- name: ensure /root/bin exists
ansible.builtin.file: