Skip to content

Commit 688cc77

Browse files
author
William Graef
committed
fix helloworld sample and ingress for quay ha
1 parent 4a67404 commit 688cc77

File tree

2 files changed

+36
-4
lines changed

2 files changed

+36
-4
lines changed

labs/olam-hello-world.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
gather_facts: false
1010

1111
tasks:
12-
13-
- name: Print welcome message
14-
ansible.builtin.debug:
15-
msg: "Hello! Welcome to Oracle Linux Automation Manager."
12+
13+
- name: Print welcome message
14+
ansible.builtin.debug:
15+
msg: "Hello! Welcome to Oracle Linux Automation Manager."

ol/templates/ingress_security_rules.j2

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,36 @@ instance_ingress_security_rules:
5353
destination_port_range:
5454
max: 2049
5555
min: 2049
56+
{% endif %}
57+
{% if use_quay_ha %}
58+
- source: "10.0.0.0/24"
59+
protocol: 6
60+
tcp_options:
61+
destination_port_range:
62+
max: 2049
63+
min: 2049
64+
- source: "10.0.0.0/24"
65+
protocol: 17
66+
udp_options:
67+
destination_port_range:
68+
max: 2049
69+
min: 2049
70+
- source: "10.0.0.0/24"
71+
protocol: 6
72+
tcp_options:
73+
destination_port_range:
74+
max: 8080
75+
min: 8080
76+
- source: "10.0.0.0/24"
77+
protocol: 6
78+
tcp_options:
79+
destination_port_range:
80+
max: 5432
81+
min: 5432
82+
- source: "10.0.0.0/24"
83+
protocol: 6
84+
tcp_options:
85+
destination_port_range:
86+
max: 6379
87+
min: 6379
5688
{% endif %}

0 commit comments

Comments
 (0)