Added pre-role for k3s and frigate

This commit is contained in:
2022-11-10 21:01:15 +00:00
parent 9a7c540c7e
commit f783d35513
17 changed files with 191 additions and 175 deletions
+3 -19
View File
@@ -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