Ansible-Nginx-Cluster/hosts.yml

13 lines
162 B
YAML
Raw 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