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 8eeb457 commit 5bdd8b7Copy full SHA for 5bdd8b7
ol/default_vars.yml
@@ -39,4 +39,5 @@ cleanup_tmp: no
39
40
update_all: false
41
passwordless_ssh: false
42
-use_podman: false
+use_podman: false
43
+use_haproxy: false
ol/templates/ingress_security_rules.j2
@@ -12,3 +12,11 @@ instance_ingress_security_rules:
12
destination_port_range:
13
max: 22
14
min: 22
15
+{% if use_haproxy %}
16
+ - source: "10.0.0.0/24"
17
+ protocol: 6
18
+ tcp_options:
19
+ destination_port_range:
20
+ max: 8080
21
+ min: 8080
22
+{% endif %}
0 commit comments