a very ugly hack until I get something better tomorrow
This commit is contained in:
parent
5f2422809b
commit
f5cbffa2e1
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
||||||
define hostgroup {
|
define hostgroup {
|
||||||
hostgroup_name vpnclients
|
hostgroup_name vpnclients
|
||||||
alias vpnclients
|
alias vpnclients
|
||||||
members {% for host in groups['all'] %}{% if ( hostvars[host].vpn == true ) %}{{host}},{% endif %} {% endfor %}
|
members !download-rdu01.fedoraproject.org, !virthost-rdu01.fedoraproject.org, !bastion02.phx2.fedoraproject.org, {% for host in groups['all'] %}{% if ( hostvars[host].vpn == true ) %}{{host}},{% endif %} {% endfor %}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue