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
|
|
|
|
9iron:
|
|
|
|
children:
|
|
|
|
webservers:
|
|
|
|
gameservers:
|
2020-05-20 12:51:35 -05:00
|
|
|
webservers:
|
|
|
|
hosts:
|
2020-06-20 10:10:02 -05:00
|
|
|
web1:
|
2020-06-20 23:25:19 -05:00
|
|
|
ansible_host: web1.9iron.club
|
2020-06-21 09:45:11 -05:00
|
|
|
fedi1:
|
|
|
|
ansible_host: fedi1.9iron.club
|
2020-05-20 12:51:35 -05:00
|
|
|
gameservers:
|
|
|
|
hosts:
|
2020-06-20 10:10:02 -05:00
|
|
|
game1:
|
2020-06-20 23:25:19 -05:00
|
|
|
ansible_host: game1.9iron.club
|
2020-06-28 04:05:14 -05:00
|
|
|
game2:
|
|
|
|
ansible_host: game2.9iron.club
|