Add Zammad

This commit is contained in:
Stefan Bethke 2023-12-09 12:28:28 +01:00
commit ab429df4dd
6 changed files with 224 additions and 0 deletions

View file

@ -0,0 +1,12 @@
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 'chaosknoten/configs/zammad/compose.yaml.j2') }}"
docker_compose__configuration_files: []
certbot__version_spec: ""
certbot__acme_account_email_address: le-admin@hamburg.ccc.de
certbot__certificate_domains:
- "zammad.hamburg.ccc.de"
nginx__version_spec: ""
nginx__configurations:
- name: zammad.hamburg.ccc.de
content: "{{ lookup('ansible.builtin.file', 'chaosknoten/configs/zammad/nginx/zammad.hamburg.ccc.de.conf') }}"

View file

@ -36,6 +36,11 @@ all:
ansible_host: wiki-intern.hamburg.ccc.de
ansible_user: chaos
ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de:42666
zammad:
ansible_host: zammad-intern.hamburg.ccc.de
ansible_port: 42666
ansible_user: chaos
ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de:42666
docker_compose_hosts:
hosts:
hackertours:
@ -43,6 +48,7 @@ all:
lists:
onlyoffice:
pad:
zammad:
nextcloud_hosts:
hosts:
cloud:
@ -55,6 +61,7 @@ all:
pad:
public-reverse-proxy:
wiki:
zammad:
public_reverse_proxy_hosts:
hosts:
public-reverse-proxy:
@ -70,6 +77,7 @@ all:
onlyoffice:
pad:
wiki:
zammad:
infrastructure_authorized_keys_hosts:
hosts:
hackertours:
@ -79,3 +87,4 @@ all:
pad:
public-reverse-proxy:
wiki:
zammad: