change to jobs folder
This commit is contained in:
34
jobs/main.yml
Normal file
34
jobs/main.yml
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
- hosts: all
|
||||
gather_facts: yes
|
||||
become: yes
|
||||
roles:
|
||||
- base
|
||||
|
||||
- hosts: k3s_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:
|
||||
- role: k3s/post
|
||||
|
||||
- hosts: master[0]
|
||||
become: yes
|
||||
roles:
|
||||
- k3s/argocd
|
||||
|
||||
Reference in New Issue
Block a user