File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 259
259
- include_role :
260
260
name : azimuth_cloud.image_utils.linux_ansible_init
261
261
262
- - hosts : cluster
262
+ - hosts : k3s
263
263
become : yes
264
264
tasks :
265
265
- ansible.builtin.include_role :
Original file line number Diff line number Diff line change 41
41
- name : k9s install
42
42
ansible.builtin.include_role :
43
43
name : k9s
44
-
45
-
46
- - name : Create ansible-init playbook install directory # TODO: move into ansible-init
47
- file :
48
- path : " /etc/ansible-init/playbooks"
49
- state : directory
50
44
51
45
- name : Install k3s server ansible-init playbook
52
46
copy :
Original file line number Diff line number Diff line change @@ -135,3 +135,6 @@ freeipa_client
135
135
136
136
[ansible_init]
137
137
# Hosts to run linux-anisble-init
138
+
139
+ [k3s]
140
+ # Hosts to run k3s server/agent
Original file line number Diff line number Diff line change @@ -81,4 +81,8 @@ openhpc
81
81
82
82
[ansible_init:children]
83
83
# Hosts to run ansible-init
84
- cluster
84
+ cluster
85
+
86
+ [k3s:children]
87
+ # Hosts to run k3s server/agent
88
+ cluster
You can’t perform that action at this time.
0 commit comments