removed backup links and versions folder

This commit is contained in:
2023-04-19 13:36:19 +02:00
parent 7cb11a2d37
commit 7361da8348
4 changed files with 47 additions and 56 deletions

View File

@@ -11,10 +11,6 @@
group: backup
mode: '0700'
- name: register hashed_machine_id
shell: sha256sum /etc/machine-id | head -c 64
register: hashed_machine_id
- name: create /home/backup/.ssh/authorized_keys
template:
src: "authorized_keys.j2"
@@ -24,8 +20,8 @@
mode: '0644'
- name: create /home/backup/ssh-wrapper.sh
template:
src: "ssh-wrapper.sh.j2"
copy:
src: "ssh-wrapper.sh"
dest: /home/backup/ssh-wrapper.sh
owner: backup
group: backup