Go to file
Brain 727b8c74d0 Add missing 'become' 2021-12-06 15:38:58 +01:00
LICENSES add ki role 2021-08-02 22:13:26 +02:00
defaults add ldap variables 2021-09-15 19:22:52 +02:00
tasks Add missing 'become' 2021-12-06 15:38:58 +01:00
templates remove ki data volume 2021-09-20 19:59:56 +02:00
Pipfile switch to docker-compose :ugly: 2021-08-26 19:49:06 +02:00
README.md add ldap variables 2021-09-15 19:22:52 +02:00

README.md

Kompetenzinventar ⚒ Ansible Rolle

REUSE status

Variablen:

Name Beschreibung Standardwert
ki_frontend_image KI Frontend Image registry.wtf-eg.net/ki-frontend:latest
ki_frontend_uri URI zum Frontend https://ki-wtf-eg.de/
ki_frontend_port Docker-Port für das Frontend 13337
ki_backend_image KI Backend Image registry.wtf-eg.net/ki-backend:latest
ki_backend_uri URI zum Backend https://ki-wtf-eg.de/api
ki_backend_port Docker-Port für das Backend 13338
ki_db_image Datenbank-Image mariadb:10.6.3
ki_db_root_password KI DB Root Passwort -
ki_db_password KI DB Anwendungspasswort -
ki_auth Authentifizierungsmethode file oder ldap file
ki_ldap_url LDAP Server URL ldaps://idp01.wtf-eg.net:636
ki_ldap_auth_user LDAP Login Benutzer -
ki_ldap_auth_password LDAP Login Passwort -
ki_ldap_base_dn Basis DN ou=people,dc=wtf-eg,dc=de