Adding xattrs variable
This commit is contained in:
parent
726121d9d0
commit
c04b9a22a8
2 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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 }}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue