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,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: []