- Move flat service manifests into structured subdirs (apps/, bootstrap-jobs/, repair-jobs/, migration-jobs/, validation-jobs/, node-ops/, networking/) - Retire oneoffs/ directories across services - Remove oceanus cluster and its host roles; add aether cluster + terraform scaffolding - Reorganize scripts/ into ops/, render/, sync/, manual-tests/ - Add Makefile with render/validate/test/flux targets and repo-structure tests - Update flux-system application CRs to the new paths - Add hermes-automated-triage-24h-plan knowledge doc (+ comms mirror) - Refresh knowledge catalogs, dashboards, vmalert rules, quality contract Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
23 lines
356 B
YAML
23 lines
356 B
YAML
# hosts/playbooks/site.yaml
|
|
---
|
|
- name: Configure titan-db
|
|
hosts: titan-db
|
|
gather_facts: true
|
|
roles:
|
|
- common
|
|
- titan_db
|
|
|
|
- name: Configure titan-jh
|
|
hosts: titan-jh
|
|
gather_facts: true
|
|
roles:
|
|
- common
|
|
- titan_jh
|
|
|
|
- name: Prepare hybrid tethys node
|
|
hosts: titan-24
|
|
gather_facts: true
|
|
roles:
|
|
- common
|
|
- tethys_canary
|