Fix group names
This commit is contained in:
parent
52dc97f7f7
commit
3e7a8c703a
@ -46,14 +46,14 @@ all:
|
|||||||
ansible_host: 172.23.100.1
|
ansible_host: 172.23.100.1
|
||||||
lap-s76-lemp9-0:
|
lap-s76-lemp9-0:
|
||||||
ansible_host: 172.23.100.3
|
ansible_host: 172.23.100.3
|
||||||
thefuck.how:
|
thefuck:
|
||||||
vars:
|
vars:
|
||||||
ansible_user: root
|
ansible_user: root
|
||||||
children:
|
children:
|
||||||
gameservers:
|
gameservers:
|
||||||
hosts:
|
hosts:
|
||||||
game1.thefuck.how
|
game1.thefuck.how
|
||||||
9iron.club:
|
9iron:
|
||||||
children:
|
children:
|
||||||
dbservers:
|
dbservers:
|
||||||
vars:
|
vars:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/ansible-playbook
|
#!/usr/bin/ansible-playbook
|
||||||
# vim:ft=ansible:
|
# vim:ft=ansible:
|
||||||
|
|
||||||
- hosts: 9iron.club
|
- hosts: 9iron
|
||||||
tasks:
|
tasks:
|
||||||
- name: Add machine to DNS zone
|
- name: Add machine to DNS zone
|
||||||
route53:
|
route53:
|
||||||
|
Loading…
Reference in New Issue
Block a user