Add base_config and deploy_systemd_journal_config
This commit is contained in:
parent
93212e2248
commit
328ec744cc
6 changed files with 48 additions and 18 deletions
|
@ -51,6 +51,21 @@ all:
|
|||
ansible_host: zammad-intern.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de
|
||||
base_config_hosts:
|
||||
hosts:
|
||||
ccchoir:
|
||||
cloud:
|
||||
grafana:
|
||||
keycloak:
|
||||
lists:
|
||||
mumble:
|
||||
onlyoffice:
|
||||
pad:
|
||||
pretalx:
|
||||
public-reverse-proxy:
|
||||
tickets:
|
||||
wiki:
|
||||
zammad:
|
||||
docker_compose_hosts:
|
||||
hosts:
|
||||
ccchoir:
|
||||
|
@ -82,21 +97,6 @@ all:
|
|||
public_reverse_proxy_hosts:
|
||||
hosts:
|
||||
public-reverse-proxy:
|
||||
ssh_server_config_hosts:
|
||||
hosts:
|
||||
ccchoir:
|
||||
cloud:
|
||||
grafana:
|
||||
keycloak:
|
||||
lists:
|
||||
mumble:
|
||||
onlyoffice:
|
||||
pad:
|
||||
pretalx:
|
||||
public-reverse-proxy:
|
||||
tickets:
|
||||
wiki:
|
||||
zammad:
|
||||
certbot_hosts:
|
||||
hosts:
|
||||
ccchoir:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue