Manage backend firewall zone
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
Configure backend firewall zones if applicable. Allow all UDP for cluster traffic. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
bef66c1f8a
commit
c5ce94d7b5
@ -26,6 +26,10 @@ firewalld:
|
|||||||
public:
|
public:
|
||||||
short: Public
|
short: Public
|
||||||
{{ firewall_interfaces(public) }}
|
{{ firewall_interfaces(public) }}
|
||||||
|
{%- if backend | length %}
|
||||||
|
backend:
|
||||||
|
{{ firewall_interfaces(backend) }}
|
||||||
|
{%- endif %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
mine_functions:
|
mine_functions:
|
||||||
|
@ -3,3 +3,6 @@ firewalld:
|
|||||||
internal:
|
internal:
|
||||||
services:
|
services:
|
||||||
- vrrp
|
- vrrp
|
||||||
|
backend:
|
||||||
|
protocols:
|
||||||
|
- udp
|
||||||
|
Loading…
Reference in New Issue
Block a user