mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-25 10:12:38 +01:00
25 lines
316 B
YAML
25 lines
316 B
YAML
---
|
|
|
|
- hosts: k3s_cluster
|
|
gather_facts: yes
|
|
become: yes
|
|
roles:
|
|
- role: prereq
|
|
- role: download
|
|
- role: raspberrypi
|
|
|
|
- hosts: master
|
|
become: yes
|
|
roles:
|
|
- role: k3s/master
|
|
|
|
- hosts: node
|
|
become: yes
|
|
roles:
|
|
- role: k3s/node
|
|
|
|
- hosts: master
|
|
become: yes
|
|
roles:
|
|
- role: k3s/post
|