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