mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 07:51:35 +01:00
42 lines
1.9 KiB
YAML
42 lines
1.9 KiB
YAML
---
|
|
checks:
|
|
nsca_server: 192.168.122.107
|
|
nsca_password: HISTORY_PURGED_SECRET
|
|
RSYSLOG_SERVER: internal.monitoring.atlantishq.de
|
|
|
|
# overwritten in monitoring master group var
|
|
monitoring_master: false
|
|
|
|
async_icinga_static_services:
|
|
- { "name" : "backup_ths", "timeout" : "3d", "token" : "HISTORY_PURGED_SECRET" }
|
|
- { "name" : "ths_auftragsdatenbank", "timeout" : "5h", "token" : "HISTORY_PURGED_SECRET" }
|
|
- { "name" : "backup_private_daten", "timeout" : "3d", "token" : "HISTORY_PURGED_SECRET" }
|
|
- { "name" : "apt_atlantis_laptop", "timeout" : "7d", "token" : "HISTORY_PURGED_SECRET" }
|
|
- { "name" : "apt_atlantis_pc", "timeout" : "7d", "token" : "HISTORY_PURGED_SECRET" }
|
|
- { "name" : "backup_atlantis_laptop", "timeout" : "30d", "token" : "HISTORY_PURGED_SECRET" }
|
|
- { "name" : "backup_ths_server", "timeout" : "30d", "token" : "HISTORY_PURGED_SECRET" }
|
|
- { "name" : "backup_ths_storrage_box", "timeout" : "30d", "token" : "HISTORY_PURGED_SECRET" }
|
|
- { "name" : "backup_kathi_laptop", "timeout" : "30d", "token" : "HISTORY_PURGED_SECRET" }
|
|
|
|
keycloak_admin_password: HISTORY_PURGED_SECRET
|
|
keycloak_postgres_password: HISTORY_PURGED_SECRET
|
|
keycloak_address: keycloak.atlantishq.de
|
|
|
|
keycloak_clients:
|
|
python-flask-picture-factory:
|
|
party_secret : "HISTORY_PURGED_SECRETKG0j"
|
|
client_id: z_images
|
|
client_secret: "HISTORY_PURGED_SECRET"
|
|
redirect_uris: '"https://images.atlantishq.de/*","https://images.athq.de/*","https://images.potaris.de/*"'
|
|
simple-log-server:
|
|
party_secret : "8fZpHISTORY_PURGED_SECRET"
|
|
client_id: z_sls
|
|
client_secret: ""
|
|
redirect_uris: '"https://sls.atlantishq.de/*"'
|
|
|
|
soundlib-interface:
|
|
party_secret : "zdHRHISTORY_PURGED_SECRET"
|
|
client_id: z_soundlib
|
|
client_secret: ""
|
|
redirect_uris: '"https://sounds.atlantishq.de/*"'
|