Added pre-role for k3s and frigate
This commit is contained in:
@@ -1,22 +1,6 @@
|
||||
---
|
||||
- hosts: k3s_cluster
|
||||
gather_facts: yes
|
||||
- hosts: localhost
|
||||
gather_facts: no
|
||||
become: yes
|
||||
roles:
|
||||
- role: prereq
|
||||
- role: download
|
||||
|
||||
- hosts: master
|
||||
become: yes
|
||||
roles:
|
||||
- role: k3s/master
|
||||
|
||||
- hosts: node
|
||||
become: yes
|
||||
roles:
|
||||
- role: k3s/node
|
||||
|
||||
- hosts: master
|
||||
become: yes
|
||||
roles:
|
||||
- role: k3s/post
|
||||
- role: k3s/pre
|
||||
|
||||
Reference in New Issue
Block a user