INSIGHT-MVP/repos/INSIGHT-Infra/ansible/playbooks/aps01.yml
Thomas Reitz 8e235c584e fix: PostgreSQL data migration, Redis auth, Vault-Loading in Playbooks
- PostgreSQL: initdb durch rsync-Ansatz ersetzt (Ubuntu/Debian kompatibel)
  Data-Dir wird via rsync vom Default-Cluster nach /data/postgresql migriert
- PostgreSQL: de_DE.UTF-8 Locale-Generierung als ersten Task hinzugefügt
- Redis: redis-cli ping mit Passwort-Auth (no_log: true)
- Playbooks: vars_files: ../vault.yml in dbs01/aps01/web01 ergänzt

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 16:34:45 +01:00

13 lines
275 B
YAML

---
# Playbook nur für APS01
# Ausführung: ansible-playbook -i inventory/hosts.yml playbooks/aps01.yml
- name: "INSIGHT-APS01 Setup"
hosts: insight_aps
become: true
vars_files:
- ../vault.yml
roles:
- role: common
- role: disk_setup
- role: docker