2020-05-20 12:51:35 -05:00
|
|
|
#!/usr/bin/ansible-playbook
|
|
|
|
# vim:ft=ansible:
|
|
|
|
all:
|
2020-05-26 12:46:04 -05:00
|
|
|
vars:
|
|
|
|
ansible_user: ubuntu
|
2020-05-20 12:51:35 -05:00
|
|
|
children:
|
2020-06-16 09:34:55 -05:00
|
|
|
home:
|
|
|
|
vars:
|
|
|
|
ansible_user: ansible
|
|
|
|
hosts:
|
|
|
|
dsk-cstm-0:
|
|
|
|
ansible_host: 172.23.100.1
|
|
|
|
lap-th-e560-0:
|
|
|
|
ansible_host: 172.23.100.2
|
2020-07-28 06:21:29 -05:00
|
|
|
9iron.club:
|
2020-06-16 09:34:55 -05:00
|
|
|
children:
|
|
|
|
webservers:
|
2020-07-28 06:25:53 -05:00
|
|
|
hosts:
|
|
|
|
web1.9iron.club:
|
|
|
|
web2.9iron.club:
|
|
|
|
fedi1.9iron.club:
|
2020-06-16 09:34:55 -05:00
|
|
|
gameservers:
|
2020-07-28 06:25:53 -05:00
|
|
|
hosts:
|
|
|
|
game1.9iron.club:
|
|
|
|
cowfee.club:
|
|
|
|
children:
|