From 8e5f0ca44c8671bd8262e4374a0183b5a5c4828f Mon Sep 17 00:00:00 2001 From: Frank Villaro-Dixon Date: Tue, 22 Oct 2024 22:12:15 +0200 Subject: [PATCH] comment out field Signed-off-by: Frank Villaro-Dixon --- ansible/configure-server.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/configure-server.yml b/ansible/configure-server.yml index 2334dcf..1c6a82a 100644 --- a/ansible/configure-server.yml +++ b/ansible/configure-server.yml @@ -132,7 +132,8 @@ 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" # The kDrive backup stuff