Set firewalld short zone names
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:
Georg Pfuetzenreuter 2023-01-29 17:50:37 +01:00
parent 84c1d63776
commit d2bc7b0785
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -17,15 +17,15 @@ zypper:
firewalld:
zones:
internal:
short: Internal
{{ firewall_interfaces(internal) }}
ports:
- comment: node_exporter
port: 9200
protocol: tcp
{%- if public | length %}
public:
short: Public
{{ firewall_interfaces(public) }}
{%- endif %}
{%- endif %}
mine_functions: