Polish inventory names

Come to find out ansible-pull has not worked this entire time because the inventory names were bad
fml
This commit is contained in:
Salt 2020-06-20 10:10:02 -05:00
parent bb59382d4c
commit 7b73a146a1
3 changed files with 4 additions and 8 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env ansible-playbook #!/usr/bin/env ansible-playbook
# vim:ft=ansible: # vim:ft=ansible:
--- ---
- hosts: game1.9iron.club - hosts: game1
roles: roles:
- role: adam - role: adam
vars: vars:

View File

@ -14,15 +14,11 @@ all:
ansible_host: 172.23.100.2 ansible_host: 172.23.100.2
9iron: 9iron:
children: children:
ansiblehosts:
webservers: webservers:
gameservers: gameservers:
ansiblehosts:
hosts:
web1.9iron.club:
webservers: webservers:
hosts: hosts:
web1.9iron.club: web1:
gameservers: gameservers:
hosts: hosts:
game1.9iron.club: game1:

View File

@ -4,7 +4,7 @@
- hosts: webservers - hosts: webservers
roles: roles:
- apache-php - apache-php
- hosts: web1.9iron.club - hosts: web1
roles: roles:
- role: backups - role: backups
vars: vars: