Compare commits
2 Commits
0581510c10
...
c5ce94d7b5
Author | SHA1 | Date | |
---|---|---|---|
c5ce94d7b5 | |||
bef66c1f8a |
@ -26,6 +26,10 @@ firewalld:
|
||||
public:
|
||||
short: Public
|
||||
{{ firewall_interfaces(public) }}
|
||||
{%- if backend | length %}
|
||||
backend:
|
||||
{{ firewall_interfaces(backend) }}
|
||||
{%- endif %}
|
||||
{%- endif %}
|
||||
|
||||
mine_functions:
|
||||
|
2
pillar/role/ha-netcup.sls
Normal file
2
pillar/role/ha-netcup.sls
Normal file
@ -0,0 +1,2 @@
|
||||
include:
|
||||
- role.ha-node
|
8
pillar/role/ha-node.sls
Normal file
8
pillar/role/ha-node.sls
Normal file
@ -0,0 +1,8 @@
|
||||
firewalld:
|
||||
zones:
|
||||
internal:
|
||||
services:
|
||||
- vrrp
|
||||
backend:
|
||||
protocols:
|
||||
- udp
|
Loading…
x
Reference in New Issue
Block a user