ki-ansible/README.md

29 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2021-08-02 22:13:26 +02:00
<!--
SPDX-FileCopyrightText: 2021 WTF Kooperative eG <https://wtf-eg.de/>
2021-06-15 17:46:30 +02:00
2021-08-02 22:13:26 +02:00
SPDX-License-Identifier: AGPL-3.0-or-later
-->
# Kompetenzinventar ⚒ Ansible Rolle
2021-08-02 22:15:06 +02:00
[![REUSE status](https://api.reuse.software/badge/git.wtf-eg.de/kompetenzinventar/ki-ansible)](https://api.reuse.software/info/git.wtf-eg.de/kompetenzinventar/ki-ansible)
2021-08-02 22:13:26 +02:00
## Variablen:
2021-08-14 13:02:25 +02:00
| Name | Beschreibung | Standardwert |
2021-08-02 22:13:26 +02:00
| --- | --- | --- |
2021-08-14 13:02:25 +02:00
| `ki_frontend_image` | KI Frontend Image | `registry.wtf-eg.net/ki-frontend:latest` |
2021-08-02 22:13:26 +02:00
| `ki_frontend_uri` | URI zum Frontend | `https://ki-wtf-eg.de/` |
| `ki_frontend_port` | Docker-Port für das Frontend | `13337` |
2021-08-14 13:02:25 +02:00
| `ki_backend_image` | KI Backend Image | `registry.wtf-eg.net/ki-backend:latest` |
2021-08-02 22:13:26 +02:00
| `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` |
2021-08-14 13:02:25 +02:00
| `ki_db_root_password` | KI DB Root Passwort | - |
| `ki_db_password` | KI DB Anwendungspasswort | - |
2021-09-15 19:16:52 +02:00
| `ki_auth` | Authentifizierungsmethode [`file`](https://git.wtf-eg.de/kompetenzinventar/ki-backend/src/branch/main/data/auth.yml) 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` |