ansible/roles/firewall/templates/rules.yml.j2

5 lines
79 B
Text
Raw Normal View History

2023-09-11 01:58:32 +02:00
{{ ansible_managed | comment }}
---
{{ firewall__rules | to_nice_yaml() }}
...