ansible/inventory/hosts.yml

18 lines
329 B
YAML
Raw Normal View History

2020-10-17 00:21:57 -05:00
# vim:ft=ansible:
all:
vars:
ansible_user: ansible
children:
desktop:
hosts:
dsk-cstm-0:
ansible_host: 172.23.100.1
2020-10-17 01:27:38 -05:00
db:
hosts:
db1.test.desu.ltd:
2020-10-17 18:47:44 -05:00
ansible_host: 192.168.122.169
2020-10-17 00:21:57 -05:00
web:
hosts:
web1.test.desu.ltd:
2020-10-17 18:47:44 -05:00
ansible_host: 192.168.122.62