it would help if you committed the file you were trying to use
This commit is contained in:
parent
9c2043165a
commit
c998d21494
1 changed files with 4 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
define hostgroup {
|
||||
hostgroup_name nomail
|
||||
alias No Mail
|
||||
members *, {% for host in groups['bastion'] %}!{{host}}, {% endfor %}{% for host in groups['smtp-mm'] %}!{{host}}, {% endfor %}{% for host in vars['phx2_management_hosts'] %}!{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue