Skip to content
Snippets Groups Projects
Commit 55bf7dc5 authored by ale's avatar ale
Browse files

Add missing endfor tag

parent fbe9f4db
No related branches found
No related tags found
1 merge request!249Support IPv6-only networks
...@@ -7,6 +7,7 @@ add_rule4 -A {{ chain }} -s {{ ip }} -j ACCEPT ...@@ -7,6 +7,7 @@ add_rule4 -A {{ chain }} -s {{ ip }} -j ACCEPT
{% endfor %} {% endfor %}
{% for ip in hostvars[h]['ips'] | ansible.netcommon.ipv6 | sort %} {% for ip in hostvars[h]['ips'] | ansible.netcommon.ipv6 | sort %}
add_rule6 -A {{ chain }} -s {{ ip }} -j ACCEPT add_rule6 -A {{ chain }} -s {{ ip }} -j ACCEPT
{% endfor %}
{% endmacro %} {% endmacro %}
{% macro create_chain_from_host_group(chain, group) %} {% macro create_chain_from_host_group(chain, group) %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment