mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Huge role refactoring/cleanup. Other commits will propably follow. Because some bugs will exist. Still important for longrun and also for auto docs/help/slideshow generation
This commit is contained in:
7
roles/web-app-oauth2-proxy/vars/configuration.yml
Normal file
7
roles/web-app-oauth2-proxy/vars/configuration.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
configuration_file: "oauth2-proxy-keycloak.cfg" # Needs to be set true in the roles which use it
|
||||
version: "latest" # Docker Image version
|
||||
allowed_roles: "admin" # Restrict it default to admin role. Use the vars/main.yml to open the specific role for other groups
|
||||
features:
|
||||
matomo: true
|
||||
css: true
|
||||
portfolio_iframe: false
|
1
roles/web-app-oauth2-proxy/vars/main.yml
Normal file
1
roles/web-app-oauth2-proxy/vars/main.yml
Normal file
@@ -0,0 +1 @@
|
||||
application_id: oauth2-proxy
|
Reference in New Issue
Block a user