Migrate Keycloak from ThinkCCCluster onto Chaosknoten
Co-authored-by: Max <max@mlem.cloud>
This commit is contained in:
parent
099bbe0e66
commit
09e0c710af
10 changed files with 38 additions and 19 deletions
|
@ -4,6 +4,7 @@ all:
|
|||
hosts:
|
||||
cloud:
|
||||
pad:
|
||||
keycloak:
|
||||
debian_12:
|
||||
hosts:
|
||||
cloud:
|
||||
|
@ -20,10 +21,15 @@ all:
|
|||
ansible_host: public-reverse-proxy.hamburg.ccc.de
|
||||
ansible_port: 42666
|
||||
ansible_user: chaos
|
||||
keycloak:
|
||||
ansible_host: keycloak-intern.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
ansible_ssh_common_args: -J ssh://public-reverse-proxy.hamburg.ccc.de:42666
|
||||
docker_compose_hosts:
|
||||
hosts:
|
||||
cloud:
|
||||
pad:
|
||||
keycloak:
|
||||
nextcloud_hosts:
|
||||
hosts:
|
||||
cloud:
|
||||
|
@ -32,6 +38,10 @@ all:
|
|||
cloud:
|
||||
pad:
|
||||
public-reverse-proxy:
|
||||
keycloak:
|
||||
public_reverse_proxy_hosts:
|
||||
hosts:
|
||||
public-reverse-proxy:
|
||||
ssh_server_config_hosts:
|
||||
hosts:
|
||||
keycloak:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue