2019-03-29 19:25:11 +01:00
|
|
|
---
|
2019-03-30 13:26:20 +01:00
|
|
|
# service_name is the name of the project on GitHub
|
|
|
|
service_name: matrix-appservice-irc
|
2019-03-29 19:25:11 +01:00
|
|
|
|
|
|
|
# URL to clone
|
2019-03-30 13:26:20 +01:00
|
|
|
service_repo: https://github.com/matrix-org/matrix-appservice-irc.git
|
2019-03-29 19:25:11 +01:00
|
|
|
|
|
|
|
# name of the service user
|
|
|
|
# It means that you will have to `sudo -u THISUSER zsh` to debug
|
2019-03-30 13:26:20 +01:00
|
|
|
service_user: "{{ service_name }}"
|
|
|
|
service_homedir: "/var/local/{{ service_name }}"
|
2019-03-29 19:25:11 +01:00
|
|
|
|
2019-03-30 13:26:20 +01:00
|
|
|
# service_path is where the project is cloned
|
2019-03-29 19:25:11 +01:00
|
|
|
# It can't be the home directory because of user hidden files.
|
2019-03-30 13:26:20 +01:00
|
|
|
service_path: "{{ service_homedir }}/{{ service_name }}"
|