We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041fdef commit 3be1619Copy full SHA for 3be1619
etc/kayobe/environments/ci-aio/controllers.yml
@@ -10,3 +10,9 @@ controller_bootstrap_user: "{{ os_distribution if os_distribution == 'ubuntu' el
10
# for the exact configuration.
11
controller_lvm_groups:
12
- "{{ stackhpc_lvm_group_rootvg }}"
13
+
14
+# Controller firewalld configuration. See inventory/group_vars/all/firewall for
15
+# the exact configuration.
16
+controller_firewalld_zones: "{{ stackhpc_firewalld_zones }}"
17
+controller_firewalld_rules: "{{ stackhpc_firewalld_rules }}"
18
+controller_firewalld_enabled: true
0 commit comments