Skip to content
Snippets Groups Projects
Commit dc449db8 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix firewalld configuration for monitoring hosts"

parents 3d5d72d5 b7e95c83
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ firewalld_zones: >
firewalld_default_zone: >-
{{ controller_firewalld_default_zone
if inventory_hostname in groups['controllers'] else
monitoring_firewalld_default_zone }}"
monitoring_firewalld_default_zone }}
# A list of firewall rules to apply. Each item is a dict containing arguments
# to pass to the firewalld module. Arguments are omitted if not provided, with
......@@ -30,4 +30,4 @@ firewalld_default_zone: >-
firewalld_rules: >
{{ controller_firewalld_rules
if inventory_hostname in groups['controllers'] else
monitoring_firewalld_rules }}"
monitoring_firewalld_rules }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment