Add hetzner storage box to terraform and immich
This commit is contained in:
parent
400b342ec4
commit
0a6ac9b168
13 changed files with 210 additions and 77 deletions
|
|
@ -8,5 +8,10 @@
|
|||
env: "{{ immich_env }}"
|
||||
compose: "{{ immich_compose }}"
|
||||
block:
|
||||
- name: Import tasks to create docker rclone volume
|
||||
ansible.builtin.import_tasks: tasks/create-docker-rclone-volume.yml
|
||||
vars:
|
||||
task_volume: immich_upload
|
||||
task_rclone: "{{ opentofu.hcloud_storage_box_accounts.immich }}"
|
||||
- name: Import tasks to deploy common service
|
||||
ansible.builtin.import_tasks: tasks/deploy-common-service.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue