Created the initial k3s configuration for personal use
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
- name: Setup a new K3s cluster
|
||||
hosts: all
|
||||
gather_facts: yes
|
||||
become: yes
|
||||
roles:
|
||||
- { role: k3s, tags: k3s-cluster }
|
||||
|
||||
- name: Deploy applications into Kubernetes cluster
|
||||
hosts: kube-primary
|
||||
gather_facts: yes
|
||||
become: yes
|
||||
roles:
|
||||
- { role: apps, tags: apps }
|
||||
Reference in New Issue
Block a user