role_nftables/templates/rules.conf.j2

7 lines
122 B
Plaintext
Raw Normal View History

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