Adding checksum flag
This commit is contained in:
parent
97cf1735cb
commit
ec9fe67e4a
2 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,7 @@ nginx_cluster_additional_packages:
|
|||
|
||||
nginx_cluser_lsyncd_mode: "rsyncssh"
|
||||
nginx_cluser_lsyncd_delay: "0"
|
||||
nginx_cluser_lsyncd_rsync_checksum: "true"
|
||||
nginx_cluser_lsyncd_rsync_times: "true"
|
||||
nginx_cluser_lsyncd_rsync_archive: "true"
|
||||
nginx_cluser_lsyncd_rsync_compress: "true"
|
||||
|
|
|
@ -18,6 +18,7 @@ do
|
|||
targetdir = "{{ nginx_cluser_sync_site_dir }}",
|
||||
delay = {{ nginx_cluser_lsyncd_delay }},
|
||||
rsync = {
|
||||
checksum = {{ nginx_cluser_lsyncd_rsync_checksum }},
|
||||
times = {{ nginx_cluser_lsyncd_rsync_times }},
|
||||
archive = {{ nginx_cluser_lsyncd_rsync_archive }},
|
||||
compress = {{ nginx_cluser_lsyncd_rsync_compress }},
|
||||
|
@ -38,6 +39,7 @@ do
|
|||
targetdir = "{{ nginx_cluser_sync_config_dir }}",
|
||||
delay = {{ nginx_cluser_lsyncd_delay }},
|
||||
rsync = {
|
||||
checksum = {{ nginx_cluser_lsyncd_rsync_checksum }},
|
||||
times = {{ nginx_cluser_lsyncd_rsync_times }},
|
||||
archive = {{ nginx_cluser_lsyncd_rsync_archive }},
|
||||
compress = {{ nginx_cluser_lsyncd_rsync_compress }},
|
||||
|
@ -58,6 +60,7 @@ do
|
|||
targetdir = "{{ nginx_cluser_sync_php_config_dir }}",
|
||||
delay = {{ nginx_cluser_lsyncd_delay }},
|
||||
rsync = {
|
||||
checksum = {{ nginx_cluser_lsyncd_rsync_checksum }},
|
||||
times = {{ nginx_cluser_lsyncd_rsync_times }},
|
||||
archive = {{ nginx_cluser_lsyncd_rsync_archive }},
|
||||
compress = {{ nginx_cluser_lsyncd_rsync_compress }},
|
||||
|
|
Loading…
Add table
Reference in a new issue