Add calibre-web service
This commit is contained in:
parent
8afa6f5c7a
commit
bf2908f42a
5 changed files with 67 additions and 0 deletions
17
playbooks/roles/calibre_web/tasks/main.yml
Normal file
17
playbooks/roles/calibre_web/tasks/main.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue