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
|
#!/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:
|
||||||
|
@ -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:
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user