role_nftables/templates/rules.conf.j2

8 lines
123 B
Plaintext
Raw Normal View History

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