align borg and burp folders to backup, switch to systemd for scheduling
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user