Added akounting draft

This commit is contained in:
2022-01-18 19:08:45 +01:00
parent 2b63574ec9
commit deac995a98
6 changed files with 69 additions and 0 deletions

View File

@@ -112,3 +112,11 @@
vars:
domain: "elk.{{top_domain}}"
http_port: 8008
- name: setup akounting hosts
hosts: akounting_hosts
become: true
roles:
- role: docker-akounting
vars:
domain: akounting.{{top_domain}}
http_port: 8080