INSIGHT-MVP/repos/INSIGHT-Infra/ansible/inventory/group_vars/all.yml
Thomas Reitz 39e5367916 chore(infra): Zabbix vorerst deaktiviert
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 15:30:43 +01:00

26 lines
546 B
YAML

---
# Globale Variablen für alle INSIGHT-Server
# Secrets gehören in ansible/vault.yml (Ansible Vault verschlüsselt)
# Zeitzone
timezone: "Europe/Berlin"
# NTP Server (intern)
ntp_servers:
- 0.de.pool.ntp.org
- 1.de.pool.ntp.org
# SSH Hardening
ssh_port: 22
ssh_permit_root_login: "no"
ssh_password_authentication: "no"
ssh_pubkey_authentication: "yes"
# Monitoring (Zabbix — deaktiviert, wird später ergänzt)
# zabbix_server: "sentinel.xinion.de"
# Docker
docker_compose_version: "latest"
# Domain
internal_domain: "xinion.lan"