From 3e7a8c703a315de5da10afd8bbd6aca26b91af5a Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 11 Oct 2020 19:56:06 -0500 Subject: [PATCH] Fix group names --- inventory/hosts.yml | 4 ++-- playbooks/dns.yml | 2 +- site.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 ]