Bootstrap alerta

This commit is contained in:
Luke Murphy
2020-04-08 19:45:03 +02:00
commit 05bf3665a7
20 changed files with 222 additions and 0 deletions

10
ansible/vars/all.yml Normal file
View File

@ -0,0 +1,10 @@
---
auth_provider: "keycloak"
auth_required: "true"
db_loc: "dokku-postgres-alerta:3306"
db_name: "alerta"
db_user: "postgres"
http_port: "3050"
keycloak_realm: "Autonomic"
keycloak_roles: "Worker-Owner"
keycloak_url: "https://id.autonomic.zone"