mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-31 23:58:57 +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:
12
roles/web-app-syncope/templates/env.j2
Normal file
12
roles/web-app-syncope/templates/env.j2
Normal file
@@ -0,0 +1,12 @@
|
||||
# Default variables
|
||||
|
||||
KEYMASTER_USERNAME={{ syncope_anonymous_user }}
|
||||
KEYMASTER_PASSWORD={{ syncope_anonymous_password }}
|
||||
ANONYMOUS_USER={{ syncope_anonymous_user }}
|
||||
ANONYMOUS_KEY={{ syncope_anonymous_password }}
|
||||
KEYMASTER_ADDRESS={{ syncope_keymaster_address }}
|
||||
|
||||
# Spring Boot Variables
|
||||
# @See https://docs.spring.io/spring-boot/docs/2.0.9.RELEASE/reference/html/boot-features-external-config.html
|
||||
SECURITY_ADMINUSER={{ syncope_administrator_user }}
|
||||
SECURITY_ADMINPASSWORD={{ syncope_administrator_password }}
|
Reference in New Issue
Block a user