mirror of
https://gitlab.durp.info/durfy/runbooks/ansible.git
synced 2026-05-07 08:00:29 -05:00
update
This commit is contained in:
parent
b3ebf08efe
commit
a92cf99ada
3 changed files with 47 additions and 2 deletions
33
ansible/k3s.yaml
Normal file
33
ansible/k3s.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue