feat: Immich
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
become: yes
|
||||
roles:
|
||||
- role: immich/provision/delete
|
||||
- role: immich/provision/create
|
||||
- role: immich/provision/start
|
||||
vars:
|
||||
vmid: 609
|
||||
|
||||
- hosts: hyrule
|
||||
become: yes
|
||||
roles:
|
||||
- role: immich/enable-ssh
|
||||
vars:
|
||||
vmid: 609
|
||||
|
||||
- hosts: immich
|
||||
become: yes
|
||||
roles:
|
||||
- role: immich/update
|
||||
- role: immich/install-docker
|
||||
- role: immich/install-app
|
||||
Reference in New Issue
Block a user