source: MondoRescue/branches/3.3/ansible/roles/shorewall/templates/zones.j2@ 3655

Last change on this file since 3655 was 3655, checked in by Bruno Cornec, 7 years ago

New MondoRescue site managed with ansible now

File size: 597 bytes
Line 
1# The manpage is also online at
2# http://www.shorewall.net/manpages/shorewall-zones.html
3#
4###############################################################################
5#ZONE TYPE OPTIONS IN OUT
6# OPTIONS OPTIONS
7{% for z in shorewall_zones %}
8{{ z.zone }} {{ z.type }} {% if z.options is defined %}{{ z.options }}{% else %}-{% endif %} {% if z.options_in is defined %}{{ z.options_in }}{% else %}-{% endif %} {% if z.options_out is defined %}{{ z.options_out }}{% else %}-{% endif %}
9
10{% endfor %}
Note: See TracBrowser for help on using the repository browser.