integrated madomo

This commit is contained in:
2023-11-17 15:15:25 +01:00
parent 2a8ae618f0
commit 66280fdbde
6 changed files with 114 additions and 0 deletions

View File

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