This commit is contained in:
DeveloperDurp 2026-02-07 05:19:48 -06:00
parent b3ebf08efe
commit a92cf99ada
3 changed files with 47 additions and 2 deletions

33
ansible/k3s.yaml Normal file
View file

@ -0,0 +1,33 @@
- hosts: master
gather_facts: yes
become: yes
roles:
- base
- hosts: node
gather_facts: yes
become: yes
roles:
- base
#- hosts: dev-cluster
# gather_facts: yes
# become: yes
# roles:
# - k3s/prereq
# - k3s/download
#
#- hosts: master
# become: yes
# roles:
# - k3s/master
#
#- hosts: node
# become: yes
# roles:
# - k3s/node
#
#- hosts: master
# become: yes
# roles:
# - post