ansible/inventory/hosts.yml

14 lines
247 B
YAML
Raw Normal View History

2020-10-17 00:21:57 -05:00
# vim:ft=ansible:
all:
vars:
ansible_user: ansible
children:
2020-10-17 01:27:38 -05:00
db:
hosts:
db1.test.desu.ltd:
ansible_host: 192.168.122.156
2020-10-17 00:21:57 -05:00
web:
hosts:
web1.test.desu.ltd:
ansible_host: 192.168.122.214