ansible-role-cryptpad-docker/defaults/main.yml

8 lines
No EOL
393 B
YAML

---
# 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 }}
cryptpad_block_daily_check: no