Ansible-Nginx-Cluster/hosts.yml
2023-01-18 14:42:02 -07:00

12 lines
162 B
YAML

---
# file: hosts
nginx_cluster:
hosts:
ws01:
ansible_host: 10.10.10.14
ws02:
ansible_host: 10.10.10.18
vars:
ansible_user: ansible