ansible/roles/matrix-appservice-webhooks/defaults/main.yml
2019-03-29 19:25:11 +01:00

16 lines
564 B
YAML

---
# appservice_name is the name of the project on GitHub
appservice_name: matrix-appservice-webhooks
# URL to clone
appservice_repo: https://github.com/turt2live/matrix-appservice-webhooks.git
# name of the service user
# It means that you will have to `sudo -u THISUSER zsh` to debug
appservice_user: "{{ appservice_name }}"
appservice_homedir: "/var/local/{{ appservice_name }}"
# appservice_path is where the project is cloned
# It can't be the home directory because of user hidden files.
appservice_path: "{{ appservice_homedir }}/{{ appservice_name }}"