ok lets try and make internetx01 show up in correct file

This commit is contained in:
Stephen Smoogen 2017-06-19 21:47:39 +00:00
parent 20061047a8
commit e7772942cd
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
---
datacenter: internetx

View file

@ -1,5 +1,5 @@
define hostgroup {
hostgroup_name dnsservers
hostgroup_name dns
alias DNS Servers
members {% for host in groups["dns-external"] %} {{ hostvars[host]["inventory_hostname_short"] }}.fedoraproject.org {% if not loop.last %}, {% endif %} {% endfor %}