14 lines
222 B
YAML
14 lines
222 B
YAML
#!/usr/bin/ansible-playbook
|
|
# vim:ft=ansible:
|
|
all:
|
|
children:
|
|
ansiblehosts:
|
|
hosts:
|
|
9iron.club:
|
|
webservers:
|
|
hosts:
|
|
9iron.club:
|
|
gameservers:
|
|
hosts:
|
|
terraria.9iron.club:
|