role_nftables/templates/rules.conf.j2

8 lines
148 B
Plaintext
Raw Normal View History

2022-10-03 16:15:12 +00:00
# {{ ansible_managed }}
{% for item in nftables_rules %}
# BEGIN {{ item.name }}
{{ item.rules | join('\n') }}
# END {{ item.name }}
{%+ endfor %}