2023-01-18 14:42:02 -07:00
|
|
|
---
|
|
|
|
# file: roles/nginx_cluster/defaults/main.yml
|
|
|
|
|
|
|
|
nginx_cluster_user: root
|
|
|
|
nginx_cluster_private_key: "/root/.ssh/lsyncd"
|
|
|
|
|
|
|
|
nginx_cluster_temp_dir: "/tmp/lsyncdSyncTemp"
|
|
|
|
|
|
|
|
nginx_cluser_sync_site_dir: "/var/www/html"
|
|
|
|
nginx_cluser_sync_config_dir: "/etc/nginx"
|
|
|
|
nginx_cluser_sync_php_config_dir: "/etc/php.d"
|
|
|
|
|
|
|
|
nginx_cluser_lsyncd_mode: "rsyncssh"
|
|
|
|
nginx_cluser_lsyncd_delay: "0"
|
|
|
|
nginx_cluser_lsyncd_rsync_times: "true"
|
|
|
|
nginx_cluser_lsyncd_rsync_archive: "true"
|
|
|
|
nginx_cluser_lsyncd_rsync_compress: "true"
|
|
|
|
nginx_cluser_lsyncd_rsync_perms: "true"
|
|
|
|
nginx_cluser_lsyncd_rsync_acls: "true"
|
|
|
|
nginx_cluser_lsyncd_rsync_owner: "true"
|
2024-02-01 07:28:30 -07:00
|
|
|
nginx_cluser_lsyncd_rsync_xattrs: "true"
|