mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2024-11-12 10:04:05 +01:00
21 lines
253 B
YAML
21 lines
253 B
YAML
---
|
|
|
|
- hosts: k3s_cluster
|
|
gather_facts: yes
|
|
become: yes
|
|
roles:
|
|
- role: prereq
|
|
- role: download
|
|
- role: raspbian
|
|
|
|
|
|
- hosts: master
|
|
become: yes
|
|
roles:
|
|
- role: k3s/master
|
|
|
|
- hosts: node
|
|
become: yes
|
|
roles:
|
|
- role: k3s/node
|