File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
environments/common/layouts Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 319
319
import_role :
320
320
name : doca
321
321
322
- - hosts : ansible_init
322
+ - hosts : ansible_init:&builder
323
323
gather_facts : yes
324
324
become : yes
325
325
tags : linux_ansible_init
326
326
tasks :
327
- - include_role :
327
+ - name : Install ansible-init
328
+ ansible.builtin.include_role :
328
329
name : azimuth_cloud.image_utils.linux_ansible_init
329
330
331
+ - hosts : gateway:&builder
332
+ become : yes
333
+ tags : gateway
334
+ tasks :
335
+ - name : Install ansible-init gateway playbook
336
+ ansible.builtin.include_role :
337
+ name : gateway
338
+
330
339
- hosts : k3s:&builder
331
340
become : yes
332
341
tags : k3s
Original file line number Diff line number Diff line change 60
60
61
61
- import_playbook : extras.yml
62
62
63
- - name : Install gateway playbook
64
- hosts : gateway
65
- tags : gateway
66
- become : yes
67
- gather_facts : no
68
- tasks :
69
- - include_role :
70
- name : gateway
71
-
72
63
- hosts : builder
73
64
become : yes
74
65
gather_facts : yes
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ openondemand
84
84
# Hosts to run TuneD configuration
85
85
86
86
[ansible_init:children]
87
- # Hosts to run linux-anisble -init
87
+ # Hosts to run linux-ansible -init
88
88
cluster
89
89
90
90
[sssd]
You can’t perform that action at this time.
0 commit comments