diff --git a/inventory/hosts.yml b/inventory/hosts.yml index 0159a28..e13b176 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -46,14 +46,14 @@ all: ansible_host: 172.23.100.1 lap-s76-lemp9-0: ansible_host: 172.23.100.3 - thefuck.how: + thefuck: vars: ansible_user: root children: gameservers: hosts: game1.thefuck.how - 9iron.club: + 9iron: children: dbservers: vars: diff --git a/playbooks/dns.yml b/playbooks/dns.yml index cdf4c5d..ce142d3 100644 --- a/playbooks/dns.yml +++ b/playbooks/dns.yml @@ -1,7 +1,7 @@ #!/usr/bin/ansible-playbook # vim:ft=ansible: -- hosts: 9iron.club +- hosts: 9iron tasks: - name: Add machine to DNS zone route53: diff --git a/site.yml b/site.yml index 477a0fc..822717e 100755 --- a/site.yml +++ b/site.yml @@ -13,7 +13,7 @@ tags: [ common, dns ] - role: base-user tags: [ common, user ] -- hosts: 9iron.club +- hosts: 9iron roles: - role: base-snmpd tags: [ common, snmpd ]