--- # file: hosts nginx_cluster: hosts: ws01: ansible_host: 10.10.10.14 ws02: ansible_host: 10.10.10.18 vars: ansible_user: ansible nginx_cluster_access_ip: - 10.10.10.254 nginx_cluster_open_ports: - 80 - 443 - 8443 nginx_cluster_sebool: - httpd_can_network_connect - httpd_can_network_relay - httpd_unified