--- # file: roles/nginx_cluster/defaults/main.yml nginx_cluster_user: root nginx_cluster_private_key: "/root/.ssh/lsyncd" nginx_cluster_temp_dir: "/opt/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_cluster_php_version: 8.3 nginx_cluster_access_ip: "" nginx_cluster_open_ports: - 80 - 443 nginx_cluster_sebool: "" nginx_cluster_aditional_packages: - php-ldap - php-bcmath - php-gd - php-zip - php-intl - php-imagick 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" nginx_cluser_lsyncd_rsync_xattrs: "true"