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:
|
|
|
|
ansiblehosts:
|
|
|
|
hosts:
|
|
|
|
9iron.club:
|
|
|
|
webservers:
|
|
|
|
hosts:
|
|
|
|
9iron.club:
|
|
|
|
gameservers:
|
|
|
|
hosts:
|
|
|
|
terraria.9iron.club:
|