mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 07:51:35 +01:00
56 lines
2.5 KiB
YAML
56 lines
2.5 KiB
YAML
---
|
|
checks:
|
|
nsca_server: 192.168.122.107
|
|
nsca_password: HISTORY_PURGED_SECRET
|
|
RSYSLOG_SERVER: internal.monitoring.atlantishq.de
|
|
influxdb_telegraf_password: HISTORY_PURGED_SECRET
|
|
|
|
# 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" : "30d", "token" : "HISTORY_PURGED_SECRET" }
|
|
- { "name" : "apt_atlantis_pc", "timeout" : "30d", "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" }
|
|
- { "name" : "mail_atlantishq", "timeout" : "1h", "token" : "HISTORY_PURGED_SECRET" }
|
|
- { "name" : "ths_caldav_backup", "timeout" : "2d", "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/*"
|
|
description: "Images Factory"
|
|
keycloak_id: "00000000-0000-0000-0000-000000000001"
|
|
simple-log-server:
|
|
party_secret : "8fZpHISTORY_PURGED_SECRET"
|
|
client_id: z_sls
|
|
client_secret: ""
|
|
redirect_uris:
|
|
- "https://sls.atlantishq.de/*"
|
|
description: "Simple Log Server"
|
|
keycloak_id: "00000000-0000-0000-0000-000000000002"
|
|
|
|
soundlib-interface:
|
|
party_secret : "zdHRHISTORY_PURGED_SECRET"
|
|
client_id: z_soundlib
|
|
client_secret: ""
|
|
redirect_uris:
|
|
- "https://sounds.atlantishq.de/*"
|
|
description: "Soundlib interface"
|
|
keycloak_id: "00000000-0000-0000-0000-000000000003"
|