install rsync on clients

Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
Frank Villaro-Dixon 2024-11-03 15:31:11 +01:00
parent 8e5f0ca44c
commit 73b279d3eb

View file

@ -134,6 +134,12 @@
state: present
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