mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
64e8bb15ef
commit
ec877e9c5c
1 changed files with 13 additions and 11 deletions
|
@ -77,20 +77,22 @@
|
||||||
#async: 900
|
#async: 900
|
||||||
#poll: 5
|
#poll: 5
|
||||||
|
|
||||||
- name: Add 'calibre-serve' to list of services at /etc/iiab/iiab.ini
|
- name: Add 'calibre' to list of services at /etc/iiab/iiab.ini
|
||||||
ini_file:
|
ini_file:
|
||||||
dest: "{{ service_filelist }}"
|
dest: "{{ service_filelist }}"
|
||||||
section: calibre
|
section: calibre
|
||||||
option: "{{ item.option }}"
|
option: "{{ item.option }}"
|
||||||
value: "{{ item.value }}"
|
value: "{{ item.value }}"
|
||||||
with_items:
|
with_items:
|
||||||
- option: description
|
- option: name
|
||||||
value: '"Calibre is an extremely popular personal library system for e-books."'
|
value: Calibre
|
||||||
- option: url
|
- option: description
|
||||||
value: "{{ calibre_src_url }}"
|
value: '"Calibre is an extremely popular personal library system for e-books."'
|
||||||
- option: database
|
- option: url
|
||||||
value: "{{ calibre_dbpath }}"
|
value: "{{ calibre_src_url }}"
|
||||||
- option: port
|
- option: database
|
||||||
value: "{{ calibre_port }}"
|
value: "{{ calibre_dbpath }}"
|
||||||
- option: enabled
|
- option: port
|
||||||
value: "{{ calibre_enabled }}"
|
value: "{{ calibre_port }}"
|
||||||
|
- option: enabled
|
||||||
|
value: "{{ calibre_enabled }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue