install rsync on clients
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
parent
8e5f0ca44c
commit
73b279d3eb
1 changed files with 7 additions and 1 deletions
|
@ -134,6 +134,12 @@
|
||||||
state: present
|
state: present
|
||||||
key: "{{ hostvars[backup_server]['rsnapshot_ssh_key'] | trim }} backup@{{ 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"
|
# 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
|
# The kDrive backup stuff
|
||||||
|
@ -177,4 +183,4 @@
|
||||||
name: mnt-kdrive.automount
|
name: mnt-kdrive.automount
|
||||||
state: started
|
state: started
|
||||||
enabled: yes
|
enabled: yes
|
||||||
when: kdrive_automount.changed
|
when: kdrive_automount.changed
|
||||||
|
|
Loading…
Reference in a new issue