role_nftables/templates/tables.conf.j2

6 lines
102 B
Plaintext
Raw Normal View History

2022-10-03 16:15:12 +00:00
# {{ ansible_managed }}
{% for item in nftables_tables %}
2022-10-03 16:15:12 +00:00
{% include "table.conf.j2" %}
2022-10-03 16:15:12 +00:00
{% endfor %}