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:
|
||||
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:
|
||||
network.ip_addrs: []
|
||||
|
Loading…
Reference in New Issue
Block a user