File tree Expand file tree Collapse file tree 4 files changed +0
-9
lines changed Expand file tree Collapse file tree 4 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 246
246
- update
247
247
tasks :
248
248
- when : " update_enable | default('false') | bool"
249
-
250
249
block :
251
250
- name : Update selected packages
252
251
ansible.builtin.dnf :
Original file line number Diff line number Diff line change 12
12
- when :
13
13
- cluster_floating_ip is defined
14
14
- cluster_floating_ip
15
-
16
15
block :
17
16
- name : Look up floating IP
18
17
azimuth_cloud.terraform.os_floating_ip_info :
Original file line number Diff line number Diff line change 46
46
47
47
tasks :
48
48
- when : not enable_compute
49
-
50
49
block :
51
50
- name : Report skipping initialization if not compute node
52
51
# meta: end_play produces no output
75
74
# finish, which allows site.yml to continue on initial deploy
76
75
77
76
- when : _mount_mnt_cluster.failed
78
-
79
77
block :
80
78
- name : Report skipping initialization if cannot mount nfs
81
79
# meta: end_play produces no output
91
89
register : hostvars_stat
92
90
93
91
- when : not hostvars_stat.stat.exists
94
-
95
92
block :
96
93
- name : Report skipping initialization if host vars does not exist
97
94
# meta: end_play produces no output
130
127
131
128
- name : Configure resolve.conf
132
129
when : enable_resolv_conf
133
-
134
130
block :
135
131
- name : Set nameservers in /etc/resolv.conf
136
132
ansible.builtin.template :
203
199
when :
204
200
- enable_manila
205
201
- os_manila_mount_shares | length > 0
206
-
207
202
block :
208
203
- name : Read manila share info from nfs file
209
204
ansible.builtin.include_vars :
284
279
285
280
- name : EESSI
286
281
when : enable_eessi
287
-
288
282
# NB: don't need conditional block on enable_compute as have already exited
289
283
# if not the case
290
284
block :
Original file line number Diff line number Diff line change 24
24
25
25
- become : true
26
26
when : zenith_proxy_mitm_enabled
27
-
28
27
block :
29
28
- name : Create systemd unit file for MITM proxy
30
29
ansible.builtin.template :
You can’t perform that action at this time.
0 commit comments