16 lines
252 B
YAML
16 lines
252 B
YAML
#!/usr/bin/ansible-playbook
|
|
# vim:ft=ansible:
|
|
all:
|
|
vars:
|
|
ansible_user: ubuntu
|
|
children:
|
|
ansiblehosts:
|
|
hosts:
|
|
9iron.club:
|
|
webservers:
|
|
hosts:
|
|
9iron.club:
|
|
gameservers:
|
|
hosts:
|
|
game1.9iron.club:
|