and voila.. a viola. [Or maybe a fix to make noc02 work]
This commit is contained in:
parent
8817396cb6
commit
4c936e6a45
2 changed files with 8 additions and 2 deletions
|
@ -15,6 +15,6 @@ define hostgroup {
|
|||
define hostgroup {
|
||||
hostgroup_name proxies
|
||||
alias Web Servers
|
||||
members {% for host in groups["proxies"] %} {{ hostvars[host]["inventory_hostname_short"] }}.fedoraproject.org {% if not loop.last %}, {% endif %} {% endfor %}
|
||||
members {% for host in groups["proxies-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