Support both binary & source install, improved README, fixed systemd service etc.
This commit is contained in:
parent
70ecff8caf
commit
318029b9a9
7 changed files with 93 additions and 14 deletions
7
example_playbook_prebuilt.yml
Normal file
7
example_playbook_prebuilt.yml
Normal 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") }}"
|
Loading…
Add table
Add a link
Reference in a new issue