Compare commits
2 commits
460fe20559
...
73b279d3eb
Author | SHA1 | Date | |
---|---|---|---|
73b279d3eb | |||
8e5f0ca44c |
1 changed files with 9 additions and 2 deletions
|
@ -132,7 +132,14 @@
|
|||
authorized_key:
|
||||
user: root
|
||||
state: present
|
||||
key: "{{ hostvars[backup_server]['rsnapshot_ssh_key'] | trim }} root@{{ hostvars[backup_server]['ansible_default_ipv4']['address'] }}"
|
||||
key: "{{ hostvars[backup_server]['rsnapshot_ssh_key'] | trim }} backup@{{ hostvars[backup_server]['ansible_default_ipv4']['address'] }}"
|
||||
# key_options: command="/usr/bin/rrsync -ro /",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty"
|
||||
- name: Install rsync
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- rsync
|
||||
state: present
|
||||
|
||||
|
||||
|
||||
# The kDrive backup stuff
|
||||
|
|
Loading…
Reference in a new issue