Set firewalld short zone names
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
To match the SUSE defaults deployed by our AutoYaST configuration. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
84c1d63776
commit
d2bc7b0785
@ -17,16 +17,16 @@ zypper:
|
|||||||
firewalld:
|
firewalld:
|
||||||
zones:
|
zones:
|
||||||
internal:
|
internal:
|
||||||
|
short: Internal
|
||||||
{{ firewall_interfaces(internal) }}
|
{{ firewall_interfaces(internal) }}
|
||||||
ports:
|
ports:
|
||||||
- comment: node_exporter
|
- comment: node_exporter
|
||||||
port: 9200
|
port: 9200
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
{%- if public | length %}
|
|
||||||
public:
|
public:
|
||||||
|
short: Public
|
||||||
{{ firewall_interfaces(public) }}
|
{{ firewall_interfaces(public) }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- endif %}
|
|
||||||
|
|
||||||
mine_functions:
|
mine_functions:
|
||||||
network.ip_addrs: []
|
network.ip_addrs: []
|
||||||
|
Loading…
Reference in New Issue
Block a user