Import denc webcluster (nemesis/hubris) #12
@ -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