Support both binary & source install, improved README, fixed systemd service etc.

This commit is contained in:
Philip (a-0) 2022-09-04 15:12:39 +02:00
parent 70ecff8caf
commit 318029b9a9
7 changed files with 93 additions and 14 deletions

View file

@ -0,0 +1,9 @@
- hosts: host.example.com
roles:
- matrixmailer
vars:
- matrixmailer_version: "0.1.0"
- matrixmailer_build: "from_source"
- matrixmailer_config: "{{ lookup("file", "path/to/config/file/template.yaml") }}"
# The following option can be left out to use the default git repository
- matrixmailer_git_repo: "https://git.myorg.com/user/matrixmailer.git"