Skip to content

Commit 68feb76

Browse files
committed
Moved k3s install to after network setup
1 parent 99c0028 commit 68feb76

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ansible/bootstrap.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
---
22

3-
- hosts: cluster
4-
become: yes
5-
tasks:
6-
- ansible.builtin.include_role:
7-
name: k3s
8-
93
- hosts: cluster
104
gather_facts: false
115
become: yes
@@ -264,3 +258,9 @@
264258
tasks:
265259
- include_role:
266260
name: azimuth_cloud.image_utils.linux_ansible_init
261+
262+
- hosts: cluster
263+
become: yes
264+
tasks:
265+
- ansible.builtin.include_role:
266+
name: k3s

0 commit comments

Comments
 (0)