working on configuring a k3s cluster
This commit is contained in:
10
ansible-5/playbooks/k0s.yaml
Normal file
10
ansible-5/playbooks/k0s.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: ping
|
||||
hosts: cubox-m
|
||||
gather_facts: true
|
||||
|
||||
roles:
|
||||
- role: k0s
|
||||
become: true
|
||||
# - role: prod.k3s
|
||||
# become: true
|
||||
Reference in New Issue
Block a user