add ki role

This commit is contained in:
2021-08-02 22:13:26 +02:00
parent e4d7f16679
commit b213d9104b
4 changed files with 103 additions and 1 deletions

View File

@@ -1,2 +1,21 @@
# ki-ansible
<!--
SPDX-FileCopyrightText: 2021 WTF Kooperative eG <https://wtf-eg.de/>
SPDX-License-Identifier: AGPL-3.0-or-later
-->
# Kompetenzinventar ⚒ Ansible Rolle
## Variablen:
| Name | Beschreibung | Beispiel |
| --- | --- | --- |
| `ki_frontend_image` | KI Frontend Image | `registry.wtf-eg.net/ki-frontend:23` |
| `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:42` |
| `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 | |