diff --git a/gameservers.yml b/gameservers.yml index 23301ce..d6f5286 100644 --- a/gameservers.yml +++ b/gameservers.yml @@ -1,7 +1,7 @@ #!/usr/bin/env ansible-playbook # vim:ft=ansible: --- -- hosts: game1.9iron.club +- hosts: game1 roles: - role: adam vars: diff --git a/inventory/hosts.yml b/inventory/hosts.yml index 06c073b..b94c39b 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -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: diff --git a/webservers.yml b/webservers.yml index 0f9cae9..84e7c93 100644 --- a/webservers.yml +++ b/webservers.yml @@ -4,7 +4,7 @@ - hosts: webservers roles: - apache-php -- hosts: web1.9iron.club +- hosts: web1 roles: - role: backups vars: