Fix group names

This commit is contained in:
Salt 2020-10-11 19:56:06 -05:00
parent 52dc97f7f7
commit 3e7a8c703a
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,7 +1,7 @@
#!/usr/bin/ansible-playbook
# vim:ft=ansible:
- hosts: 9iron.club
- hosts: 9iron
tasks:
- name: Add machine to DNS zone
route53:

View File

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