ansible/inventory/hosts.yml
2020-10-17 01:27:38 -05:00

14 lines
247 B
YAML

# vim:ft=ansible:
all:
vars:
ansible_user: ansible
children:
db:
hosts:
db1.test.desu.ltd:
ansible_host: 192.168.122.156
web:
hosts:
web1.test.desu.ltd:
ansible_host: 192.168.122.214