Added install paths and new default values.

This commit is contained in:
Joschka Seydell 2020-11-26 13:02:48 -08:00
parent bb01c7228a
commit ee68972aa6
3 changed files with 22 additions and 19 deletions

View file

@ -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 }}