parent
abbfe162a1
commit
9c2b41d0f9
@ -4,12 +4,8 @@
|
||||
Do not edit this file manually, it will be overwritten!
|
||||
Modify the salt pillar for firewalld instead
|
||||
-->
|
||||
{%- macro rich_rule(rule) -%}
|
||||
{%- if 'family' in rule %}
|
||||
<rule family="{{ rule.family }}">
|
||||
{%- else %}
|
||||
<rule>
|
||||
{%- endif %}
|
||||
{%- macro rich_rule(rule) %}
|
||||
<rule{% if 'family' in rule %} family="{{ rule.family }}"{% endif %}{% if 'priority' in rule %} priority="{{ rule.priority }}"{% endif %}>
|
||||
{%- if 'ipset' in rule %}
|
||||
<source ipset="{{ rule.ipset.name }}" />
|
||||
{%- endif %}
|
||||
|
@ -167,6 +167,13 @@ firewalld:
|
||||
# can be used. Special keys "ipsets" and "services", if defined, take precedence.
|
||||
# They will be auto-expanded into separate rich rules per value in the list.
|
||||
rich_rules:
|
||||
http-priority:
|
||||
accept: true
|
||||
ipsets:
|
||||
- other-ipset
|
||||
priority: 15
|
||||
services:
|
||||
- http
|
||||
ssh-csg:
|
||||
accept: true
|
||||
ipsets:
|
||||
|
@ -63,6 +63,11 @@ control 'zones/rich_public.xml configuration' do
|
||||
<zone>
|
||||
<short>rich_public</short>
|
||||
<description>Example</description>
|
||||
<rule priority="15">
|
||||
<source ipset="other-ipset" />
|
||||
<service name="http" />
|
||||
<accept></accept>
|
||||
</rule>
|
||||
<rule>
|
||||
<source ipset="fail2ban-ssh" />
|
||||
<service name="ssh" />
|
||||
|
@ -150,6 +150,13 @@ values:
|
||||
rich_public:
|
||||
description: Example
|
||||
rich_rules:
|
||||
http-priority:
|
||||
accept: true
|
||||
ipsets:
|
||||
- other-ipset
|
||||
priority: 15
|
||||
services:
|
||||
- http
|
||||
ssh-csg:
|
||||
accept: true
|
||||
ipsets:
|
||||
|
@ -157,6 +157,13 @@ values:
|
||||
rich_public:
|
||||
description: Example
|
||||
rich_rules:
|
||||
http-priority:
|
||||
accept: true
|
||||
ipsets:
|
||||
- other-ipset
|
||||
priority: 15
|
||||
services:
|
||||
- http
|
||||
ssh-csg:
|
||||
accept: true
|
||||
ipsets:
|
||||
|
@ -157,6 +157,13 @@ values:
|
||||
rich_public:
|
||||
description: Example
|
||||
rich_rules:
|
||||
http-priority:
|
||||
accept: true
|
||||
ipsets:
|
||||
- other-ipset
|
||||
priority: 15
|
||||
services:
|
||||
- http
|
||||
ssh-csg:
|
||||
accept: true
|
||||
ipsets:
|
||||
|
@ -157,6 +157,13 @@ values:
|
||||
rich_public:
|
||||
description: Example
|
||||
rich_rules:
|
||||
http-priority:
|
||||
accept: true
|
||||
ipsets:
|
||||
- other-ipset
|
||||
priority: 15
|
||||
services:
|
||||
- http
|
||||
ssh-csg:
|
||||
accept: true
|
||||
ipsets:
|
||||
|
@ -157,6 +157,13 @@ values:
|
||||
rich_public:
|
||||
description: Example
|
||||
rich_rules:
|
||||
http-priority:
|
||||
accept: true
|
||||
ipsets:
|
||||
- other-ipset
|
||||
priority: 15
|
||||
services:
|
||||
- http
|
||||
ssh-csg:
|
||||
accept: true
|
||||
ipsets:
|
||||
|
@ -157,6 +157,13 @@ values:
|
||||
rich_public:
|
||||
description: Example
|
||||
rich_rules:
|
||||
http-priority:
|
||||
accept: true
|
||||
ipsets:
|
||||
- other-ipset
|
||||
priority: 15
|
||||
services:
|
||||
- http
|
||||
ssh-csg:
|
||||
accept: true
|
||||
ipsets:
|
||||
|
@ -157,6 +157,13 @@ values:
|
||||
rich_public:
|
||||
description: Example
|
||||
rich_rules:
|
||||
http-priority:
|
||||
accept: true
|
||||
ipsets:
|
||||
- other-ipset
|
||||
priority: 15
|
||||
services:
|
||||
- http
|
||||
ssh-csg:
|
||||
accept: true
|
||||
ipsets:
|
||||
|
@ -157,6 +157,13 @@ values:
|
||||
rich_public:
|
||||
description: Example
|
||||
rich_rules:
|
||||
http-priority:
|
||||
accept: true
|
||||
ipsets:
|
||||
- other-ipset
|
||||
priority: 15
|
||||
services:
|
||||
- http
|
||||
ssh-csg:
|
||||
accept: true
|
||||
ipsets:
|
||||
|
@ -157,6 +157,13 @@ values:
|
||||
rich_public:
|
||||
description: Example
|
||||
rich_rules:
|
||||
http-priority:
|
||||
accept: true
|
||||
ipsets:
|
||||
- other-ipset
|
||||
priority: 15
|
||||
services:
|
||||
- http
|
||||
ssh-csg:
|
||||
accept: true
|
||||
ipsets:
|
||||
|
@ -157,6 +157,13 @@ values:
|
||||
rich_public:
|
||||
description: Example
|
||||
rich_rules:
|
||||
http-priority:
|
||||
accept: true
|
||||
ipsets:
|
||||
- other-ipset
|
||||
priority: 15
|
||||
services:
|
||||
- http
|
||||
ssh-csg:
|
||||
accept: true
|
||||
ipsets:
|
||||
|
@ -157,6 +157,13 @@ values:
|
||||
rich_public:
|
||||
description: Example
|
||||
rich_rules:
|
||||
http-priority:
|
||||
accept: true
|
||||
ipsets:
|
||||
- other-ipset
|
||||
priority: 15
|
||||
services:
|
||||
- http
|
||||
ssh-csg:
|
||||
accept: true
|
||||
ipsets:
|
||||
|
@ -157,6 +157,13 @@ values:
|
||||
rich_public:
|
||||
description: Example
|
||||
rich_rules:
|
||||
http-priority:
|
||||
accept: true
|
||||
ipsets:
|
||||
- other-ipset
|
||||
priority: 15
|
||||
services:
|
||||
- http
|
||||
ssh-csg:
|
||||
accept: true
|
||||
ipsets:
|
||||
|
@ -157,6 +157,13 @@ values:
|
||||
rich_public:
|
||||
description: Example
|
||||
rich_rules:
|
||||
http-priority:
|
||||
accept: true
|
||||
ipsets:
|
||||
- other-ipset
|
||||
priority: 15
|
||||
services:
|
||||
- http
|
||||
ssh-csg:
|
||||
accept: true
|
||||
ipsets:
|
||||
|
@ -157,6 +157,13 @@ values:
|
||||
rich_public:
|
||||
description: Example
|
||||
rich_rules:
|
||||
http-priority:
|
||||
accept: true
|
||||
ipsets:
|
||||
- other-ipset
|
||||
priority: 15
|
||||
services:
|
||||
- http
|
||||
ssh-csg:
|
||||
accept: true
|
||||
ipsets:
|
||||
|
@ -157,6 +157,13 @@ values:
|
||||
rich_public:
|
||||
description: Example
|
||||
rich_rules:
|
||||
http-priority:
|
||||
accept: true
|
||||
ipsets:
|
||||
- other-ipset
|
||||
priority: 15
|
||||
services:
|
||||
- http
|
||||
ssh-csg:
|
||||
accept: true
|
||||
ipsets:
|
||||
|
@ -157,6 +157,13 @@ values:
|
||||
rich_public:
|
||||
description: Example
|
||||
rich_rules:
|
||||
http-priority:
|
||||
accept: true
|
||||
ipsets:
|
||||
- other-ipset
|
||||
priority: 15
|
||||
services:
|
||||
- http
|
||||
ssh-csg:
|
||||
accept: true
|
||||
ipsets:
|
||||
|
@ -157,6 +157,13 @@ values:
|
||||
rich_public:
|
||||
description: Example
|
||||
rich_rules:
|
||||
http-priority:
|
||||
accept: true
|
||||
ipsets:
|
||||
- other-ipset
|
||||
priority: 15
|
||||
services:
|
||||
- http
|
||||
ssh-csg:
|
||||
accept: true
|
||||
ipsets:
|
||||
|
@ -157,6 +157,13 @@ values:
|
||||
rich_public:
|
||||
description: Example
|
||||
rich_rules:
|
||||
http-priority:
|
||||
accept: true
|
||||
ipsets:
|
||||
- other-ipset
|
||||
priority: 15
|
||||
services:
|
||||
- http
|
||||
ssh-csg:
|
||||
accept: true
|
||||
ipsets:
|
||||
|
Loading…
Reference in New Issue
Block a user