mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
implemented new remote backup solution
This commit is contained in:
2
roles/native-user-backup/vars/main.yml
Normal file
2
roles/native-user-backup/vars/main.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
authorized_keys_path: "{{ inventory_dir }}/files/{{ inventory_hostname }}/home/backup/.ssh/authorized_keys"
|
||||
authorized_keys: "{{ lookup('file', authorized_keys_path) }}"
|
Reference in New Issue
Block a user