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.
2 parents 6fb5b0a + 33acfc0 commit 4a67404Copy full SHA for 4a67404
ol/default_vars.yml
@@ -42,4 +42,5 @@ update_all: false
42
passwordless_ssh: false
43
use_podman: false
44
use_haproxy: false
45
-use_nginx: false
+use_nginx: false
46
+use_nfs: false
ol/templates/ingress_security_rules.j2
@@ -39,4 +39,18 @@ instance_ingress_security_rules:
39
destination_port_range:
40
max: 8080
41
min: 8080
+{% endif %}
+{% if use_nfs %}
+ - source: "10.0.0.0/24"
+ protocol: 6
+ tcp_options:
47
+ destination_port_range:
48
+ max: 2049
49
+ min: 2049
50
51
+ protocol: 17
52
+ udp_options:
53
54
55
56
{% endif %}
0 commit comments