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:
parent
bb59382d4c
commit
7b73a146a1
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env ansible-playbook
|
||||
# vim:ft=ansible:
|
||||
---
|
||||
- hosts: game1.9iron.club
|
||||
- hosts: game1
|
||||
roles:
|
||||
- role: adam
|
||||
vars:
|
||||
|
@ -14,15 +14,11 @@ all:
|
||||
ansible_host: 172.23.100.2
|
||||
9iron:
|
||||
children:
|
||||
ansiblehosts:
|
||||
webservers:
|
||||
gameservers:
|
||||
ansiblehosts:
|
||||
hosts:
|
||||
web1.9iron.club:
|
||||
webservers:
|
||||
hosts:
|
||||
web1.9iron.club:
|
||||
web1:
|
||||
gameservers:
|
||||
hosts:
|
||||
game1.9iron.club:
|
||||
game1:
|
||||
|
@ -4,7 +4,7 @@
|
||||
- hosts: webservers
|
||||
roles:
|
||||
- apache-php
|
||||
- hosts: web1.9iron.club
|
||||
- hosts: web1
|
||||
roles:
|
||||
- role: backups
|
||||
vars:
|
||||
|
Loading…
Reference in New Issue
Block a user