2018-08-13 17:11:42 +00:00
|
|
|
# The values here are defaults.
|
|
|
|
# To override them edit /etc/iiab/local_vars.yml
|
|
|
|
|
|
|
|
# Installation Variables
|
2018-08-14 03:29:19 +00:00
|
|
|
calibre_web_install: False
|
|
|
|
calibre_web_enabled: False
|
2018-08-13 17:11:42 +00:00
|
|
|
|
|
|
|
# calibre-web folder to store its data and configuration files.
|
2018-08-14 03:29:19 +00:00
|
|
|
calibre_web_home: "{{ content_base }}/calibre-web"
|
2018-08-13 17:11:42 +00:00
|
|
|
|
2018-08-14 03:29:19 +00:00
|
|
|
calibre_web_http_port: 8083
|
|
|
|
calibre_web_url: /calibre-web
|
|
|
|
calibre_web_path: "{{ iiab_base }}/calibre-web"
|
2018-08-14 05:47:13 +00:00
|
|
|
calibre_web_exec_path: "{{ calibre_web_path }}/cps.py"
|
2018-08-13 17:11:42 +00:00
|
|
|
|
2018-08-14 02:29:59 +00:00
|
|
|
# Calibre-web setup will be provisioned with default administration account, metadata.db and
|
|
|
|
# language. You could turn this to 'False' while reinstalling/upgrading calibre-web.
|
2018-08-14 03:29:19 +00:00
|
|
|
calibre_web_provision: True
|
2018-08-14 02:29:59 +00:00
|
|
|
|
|
|
|
#calibre-web system user
|
2018-08-14 03:29:19 +00:00
|
|
|
calibre_web_user: root
|
2018-08-13 17:11:42 +00:00
|
|
|
|
2018-08-14 03:29:19 +00:00
|
|
|
# calibre_web admin account
|
|
|
|
# calibre_web_admin_user: admin
|
2018-08-14 05:10:58 +00:00
|
|
|
# calibre_web_admin_password: changeme
|