ok lets try and make internetx01 show up in correct file
This commit is contained in:
parent
20061047a8
commit
e7772942cd
2 changed files with 3 additions and 1 deletions
2
inventory/host_vars/internetx01.fedoraproject.org
Normal file
2
inventory/host_vars/internetx01.fedoraproject.org
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
datacenter: internetx
|
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue