Initial commit

This commit is contained in:
Philip (a-0) 2022-09-01 22:04:29 +02:00
parent efe2374c19
commit 70ecff8caf
6 changed files with 104 additions and 0 deletions

8
vars/debian.yml Normal file
View file

@ -0,0 +1,8 @@
---
matrixmailer_os_supported: True
matirxmailer_binary_location: /usr/bin/matrixmailer
matrixmailer_config_dir: /etc/matrixmailer
matrixmailer_systemd_service_file: /etc/systemd/system/matrixmailer.service
matrixmailer_system_user: matrixmailer
matrixmailer_system_group: "{{ matrixmailer_system_user }}"