Adding xattrs variable

This commit is contained in:
Tyler Hale 2024-02-01 07:28:30 -07:00
parent 726121d9d0
commit c04b9a22a8
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96
2 changed files with 4 additions and 0 deletions

View file

@ -18,3 +18,4 @@ nginx_cluser_lsyncd_rsync_compress: "true"
nginx_cluser_lsyncd_rsync_perms: "true"
nginx_cluser_lsyncd_rsync_acls: "true"
nginx_cluser_lsyncd_rsync_owner: "true"
nginx_cluser_lsyncd_rsync_xattrs: "true"

View file

@ -24,6 +24,7 @@ do
perms = {{ nginx_cluser_lsyncd_rsync_perms }},
acls = {{ nginx_cluser_lsyncd_rsync_acls }},
owner = {{ nginx_cluser_lsyncd_rsync_owner }},
xattrs = {{ nginx_cluser_lsyncd_rsync_xattrs }},
rsh = "/usr/bin/ssh -l {{ nginx_cluster_user }} -i {{ nginx_cluster_private_key }} -o StrictHostKeyChecking=no",
temp_dir = "{{ nginx_cluster_temp_dir }}"
}
@ -43,6 +44,7 @@ do
perms = {{ nginx_cluser_lsyncd_rsync_perms }},
acls = {{ nginx_cluser_lsyncd_rsync_acls }},
owner = {{ nginx_cluser_lsyncd_rsync_owner }},
xattrs = {{ nginx_cluser_lsyncd_rsync_xattrs }},
rsh = "/usr/bin/ssh -l {{ nginx_cluster_user }} -i {{ nginx_cluster_private_key }} -o StrictHostKeyChecking=no",
temp_dir = "{{ nginx_cluster_temp_dir }}"
}
@ -62,6 +64,7 @@ do
perms = {{ nginx_cluser_lsyncd_rsync_perms }},
acls = {{ nginx_cluser_lsyncd_rsync_acls }},
owner = {{ nginx_cluser_lsyncd_rsync_owner }},
xattrs = {{ nginx_cluser_lsyncd_rsync_xattrs }},
rsh = "/usr/bin/ssh -l {{ nginx_cluster_user }} -i {{ nginx_cluster_private_key }} -o StrictHostKeyChecking=no",
temp_dir = "{{ nginx_cluster_temp_dir }}"
}