mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 03:23:11 +00:00
Calibre -> Calibre-web name correction
This commit is contained in:
parent
eb79d5b7f3
commit
8345a45639
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
- name: Create Calibre Directories
|
- name: Create Calibre-web Directories
|
||||||
file:
|
file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
state: directory
|
state: directory
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ calibre_data_directory }}/config"
|
- "{{ calibre_data_directory }}/config"
|
||||||
|
|
||||||
- name: Calibre Docker Container
|
- name: Calibre-web Docker Container
|
||||||
docker_container:
|
docker_container:
|
||||||
name: calibre
|
name: calibre
|
||||||
image: linuxserver/calibre-web:latest
|
image: linuxserver/calibre-web:latest
|
||||||
|
@ -26,4 +26,4 @@
|
||||||
traefik.frontend.rule: "Host:calibre.{{ ansible_nas_domain }}"
|
traefik.frontend.rule: "Host:calibre.{{ ansible_nas_domain }}"
|
||||||
traefik.enable: "{{ calibre_available_externally }}"
|
traefik.enable: "{{ calibre_available_externally }}"
|
||||||
traefik.port: "8083"
|
traefik.port: "8083"
|
||||||
memory: 1g
|
memory: 1g
|
||||||
|
|
Loading…
Reference in a new issue