mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
21
site.yml
Normal file
21
site.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
|
||||
- hosts: k3s-cluster
|
||||
gather_facts: yes
|
||||
become: yes
|
||||
roles:
|
||||
- { role: download }
|
||||
- { role: raspbian }
|
||||
|
||||
|
||||
- hosts: master
|
||||
# gather_facts: yes
|
||||
become: yes
|
||||
roles:
|
||||
- { role: k3s/master }
|
||||
|
||||
- hosts: node
|
||||
# gather_facts: yes
|
||||
become: yes
|
||||
roles:
|
||||
- { role: k3s/node }
|
||||
Reference in New Issue
Block a user