Some comments.
This commit is contained in:
parent
056d0f22f9
commit
d530e7da49
1 changed files with 3 additions and 0 deletions
|
@ -33,7 +33,10 @@
|
||||||
# ban staging from non-staging hosts
|
# ban staging from non-staging hosts
|
||||||
{% if env != 'staging' %}
|
{% if env != 'staging' %}
|
||||||
{% for host in groups['staging'] %}
|
{% for host in groups['staging'] %}
|
||||||
|
{% if 'eth0_ip' in hostvars[host] %}# {{ host }}
|
||||||
-A INPUT -s {{ hostvars[host]['ansible_eth0']['ipv4']['address'] }} -j REJECT --reject-with icmp-host-prohibited
|
-A INPUT -s {{ hostvars[host]['ansible_eth0']['ipv4']['address'] }} -j REJECT --reject-with icmp-host-prohibited
|
||||||
|
{% else %}# {{ host }} has no 'eth0_ip' listed
|
||||||
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue