Added draft for attendize

This commit is contained in:
2023-05-29 13:03:57 +02:00
parent 3215e9fd65
commit 55701f1c3c
6 changed files with 130 additions and 0 deletions

View File

@@ -173,6 +173,15 @@
vars:
domain: "joomla.{{top_domain}}"
http_port: 8014
- name: setup attendize
hosts: attendize
become: true
roles:
- role: server_docker-attendize
vars:
domain: "tickets.{{top_domain}}"
http_port: 8015
mail_interface_http_port: 8016
- name: setup akaunting hosts
hosts: akaunting
become: true