Add Zammad
This commit is contained in:
parent
53ba5b9561
commit
ab429df4dd
6 changed files with 224 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue