14 lines
337 B
Plaintext
14 lines
337 B
Plaintext
|
#jinja2: lstrip_blocks: True
|
||
|
{{ ansible_managed | comment }}
|
||
|
|
||
|
DefaultZone={{ firewalld_default_zone }}
|
||
|
CleanupOnExit=yes
|
||
|
Lockdown=no
|
||
|
IPv6_rpfilter=yes
|
||
|
IndividualCalls=no
|
||
|
LogDenied=off
|
||
|
FirewallBackend=nftables
|
||
|
FlushAllOnReload=yes
|
||
|
RFC3964_IPv4=yes
|
||
|
AllowZoneDrifting={{ firewalld_allow_zone_drifting | bool | ternary("yes", "no", "no") }}
|