2019-04-26 19:10:27 +00:00
|
|
|
---
|
|
|
|
|
2020-05-12 20:21:00 +00:00
|
|
|
- hosts: k3s_cluster
|
2019-04-26 19:10:27 +00:00
|
|
|
gather_facts: yes
|
|
|
|
become: yes
|
|
|
|
roles:
|
2020-05-12 20:17:06 +00:00
|
|
|
- role: prereq
|
|
|
|
- role: download
|
|
|
|
- role: raspbian
|
2020-05-22 16:01:03 +00:00
|
|
|
- role: ubuntu
|
2019-04-26 19:10:27 +00:00
|
|
|
|
|
|
|
- hosts: master
|
|
|
|
become: yes
|
|
|
|
roles:
|
2020-05-12 20:17:06 +00:00
|
|
|
- role: k3s/master
|
2019-04-26 19:10:27 +00:00
|
|
|
|
|
|
|
- hosts: node
|
|
|
|
become: yes
|
|
|
|
roles:
|
2020-05-12 20:17:06 +00:00
|
|
|
- role: k3s/node
|