implemented listmonk base role

This commit is contained in:
2023-12-05 13:46:06 +01:00
parent 4b9f2b9be2
commit 39d406a659
7 changed files with 32 additions and 11 deletions

View File

@@ -205,6 +205,14 @@
vars:
domain: matomo.{{top_domain}}
http_port: 8018
- name: setup listmonk
hosts: listmonk
become: true
roles:
- role: docker-listmonk
vars:
domain: listmonk.{{top_domain}}
http_port: 8019
- name: setup akaunting hosts
hosts: akaunting
become: true