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
# vim:ft=ansible:
---
- hosts: game1.9iron.club
- hosts: game1
roles:
- role: adam
vars:

View File

@ -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:

View File

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