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 355bbdb commit 4fb2ec7Copy full SHA for 4fb2ec7
olam/default_vars.yml
@@ -27,6 +27,7 @@ use_olam_pah: false
27
add_pah_ports: false
28
use_freeipa: false
29
use_git: false
30
+add_db_ports: false
31
32
use_kvm: false
33
create_vm: false
olam/templates/ingress_security_rules.j2
@@ -65,4 +65,12 @@ instance_ingress_security_rules:
65
destination_port_range:
66
max: 443
67
min: 443
68
-{% endif %}
+{% endif %}
69
+{% if add_db_ports %}
70
+ - source: "10.0.0.0/24"
71
+ protocol: 6
72
+ tcp_options:
73
+ destination_port_range:
74
+ max: 5432
75
+ min: 5432
76
0 commit comments