mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 07:51:35 +01:00
feat: wscad server setup
This commit is contained in:
@@ -290,3 +290,15 @@ keycloak_clients:
|
||||
keycloak_id: "00000000-0000-0000-0000-000000000017"
|
||||
groups:
|
||||
master_address: "https://smartchecks.atlantishq.de"
|
||||
|
||||
|
||||
ferchau-wscad:
|
||||
party_secret: "aHISTORY_PURGED_SECRET"
|
||||
client_id: z_guenter
|
||||
client_secret: "HISTORY_PURGED_SECRET"
|
||||
redirect_uris:
|
||||
- "https://wscad.atlantishq.de/*"
|
||||
description: "WSCAD"
|
||||
keycloak_id: "00000000-0000-0000-0000-000000000018"
|
||||
groups: "guenter"
|
||||
master_address: "https://wscad.atlantishq.de"
|
||||
|
||||
@@ -107,6 +107,7 @@
|
||||
- money-balancer
|
||||
- atlantis-web-check
|
||||
- ntfy
|
||||
- ferchau-wscad
|
||||
|
||||
- name: Copy compose templates
|
||||
template:
|
||||
@@ -130,6 +131,7 @@
|
||||
- money-balancer
|
||||
- atlantis-web-check
|
||||
- ntfy
|
||||
- ferchau-wscad
|
||||
|
||||
- name: Log into private registry
|
||||
docker_login:
|
||||
@@ -161,6 +163,7 @@
|
||||
- money-balancer
|
||||
- atlantis-web-check
|
||||
- ntfy
|
||||
- ferchau-wscad
|
||||
|
||||
- name: OAuth2Proxy directories
|
||||
file:
|
||||
@@ -178,6 +181,7 @@
|
||||
#- reactive-resume
|
||||
- money-balancer
|
||||
- atlantis-web-check
|
||||
- ferchau-wscad
|
||||
|
||||
- name: include services ports
|
||||
include_vars: services.yaml
|
||||
@@ -197,6 +201,7 @@
|
||||
#- reactive-resume
|
||||
- money-balancer
|
||||
- atlantis-web-check
|
||||
- ferchau-wscad
|
||||
|
||||
- name: Deploy OAuth2Proxy
|
||||
community.docker.docker_compose:
|
||||
@@ -213,3 +218,4 @@
|
||||
#- reactive-resume
|
||||
- money-balancer
|
||||
- atlantis-web-check
|
||||
- ferchau-wscad
|
||||
|
||||
5
roles/docker-deployments/templates/ferchau-wscad.yaml
Normal file
5
roles/docker-deployments/templates/ferchau-wscad.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
ferchau-wscad:
|
||||
restart: always
|
||||
ports:
|
||||
- 6019:5000
|
||||
image: harbor-registry.atlantishq.de/guenter/wscad-server
|
||||
@@ -29,3 +29,5 @@ services:
|
||||
port: 5017
|
||||
atlantis-web-check:
|
||||
port: 5018
|
||||
ferchau-wscad:
|
||||
port: 5019
|
||||
|
||||
Reference in New Issue
Block a user