Add calibre-web service

This commit is contained in:
Tobias Reisinger 2025-12-20 18:05:13 +01:00
parent 8afa6f5c7a
commit bf2908f42a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 67 additions and 0 deletions

View file

@ -0,0 +1,17 @@
---
- name: Set common facts
ansible.builtin.import_tasks: tasks/set-default-facts.yml
- name: Deploy {{ role_name }}
vars:
svc: "{{ calibre_web_svc }}"
env: "{{ calibre_web_env }}"
compose: "{{ calibre_web_compose }}"
block:
- name: Import tasks to create docker rclone volume
ansible.builtin.import_tasks: tasks/create-docker-rclone-volume.yml
vars:
task_volume: calibre_web_data
task_rclone: "{{ opentofu.hcloud_storage_box_accounts.calibre_web }}"
- name: Import tasks to deploy common service
ansible.builtin.import_tasks: tasks/deploy-common-service.yml