feat: changed lxc to vm in k3s
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
become: yes
|
||||
roles:
|
||||
- role: frigate/provision/delete
|
||||
- role: frigate/provision/create
|
||||
|
||||
- hosts: epona
|
||||
become: yes
|
||||
roles:
|
||||
- role: frigate/provision/cgroup
|
||||
|
||||
- hosts: localhost
|
||||
become: yes
|
||||
roles:
|
||||
- role: frigate/provision/start
|
||||
|
||||
- hosts: epona
|
||||
become: yes
|
||||
roles:
|
||||
- role: frigate/provision/enable-ssh
|
||||
|
||||
- hosts: frigate
|
||||
become: yes
|
||||
roles:
|
||||
- role: frigate/update
|
||||
- role: frigate/install-docker
|
||||
- role: frigate/install-app
|
||||
Reference in New Issue
Block a user