Added install paths and new default values.
This commit is contained in:
parent
bb01c7228a
commit
ee68972aa6
3 changed files with 22 additions and 19 deletions
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
# defaults file for jotbe.cryptpad-docker
|
||||
cryptpad_install_user: '{{ ansible_user }}' # This user must be present on the host
|
||||
cryptpad_install_path: '/home/{{ cryptpad_install_user }}'
|
||||
cryptpad_http_address: 127.0.0.1
|
||||
cryptpad_http_unsafe_origin_url: https://{{ cryptpad_virtual_host }}
|
||||
cryptpad_http_safe_origin_url: https://{{ cryptpad_safe_virtual_host }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue