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,7 @@
- hosts: host.example.com
roles:
- matrixmailer
vars:
- matrixmailer_version: "0.1.0"
- matrixmailer_build: "x86_64-unknown-linux-musl"
- matrixmailer_config: "{{ lookup("file", "path/to/config/file/template.yaml") }}"