Ansible-Nginx-Cluster/hosts.yml

23 lines
394 B
YAML
Raw Permalink Normal View History

2023-01-18 14:42:02 -07:00
---
# file: hosts
nginx_cluster:
hosts:
ws01:
ansible_host: 10.10.10.14
ws02:
ansible_host: 10.10.10.18
vars:
ansible_user: ansible
2024-08-01 13:47:09 -06:00
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