2025-11-09 11:48:45 -03:00
|
|
|
# hosts/inventory/lab.yaml
|
|
|
|
|
# Replace ansible_host and ansible_user values with real connectivity details.
|
|
|
|
|
all:
|
|
|
|
|
children:
|
|
|
|
|
atlas:
|
|
|
|
|
hosts:
|
|
|
|
|
titan-24:
|
|
|
|
|
ansible_host: REPLACE_ME
|
|
|
|
|
ansible_user: ubuntu
|
|
|
|
|
roleset: tethys_hybrid
|
|
|
|
|
titan-22:
|
|
|
|
|
ansible_host: REPLACE_ME
|
|
|
|
|
ansible_user: debian
|
|
|
|
|
roleset: minipc_gpu
|
refactor: restructure services layout, retire oceanus, add aether scaffolding
- 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>
2026-08-05 16:21:36 -03:00
|
|
|
dedicated_hosts:
|
2025-11-09 11:48:45 -03:00
|
|
|
hosts:
|
|
|
|
|
titan-db:
|
|
|
|
|
ansible_host: REPLACE_ME
|
|
|
|
|
ansible_user: postgres
|
|
|
|
|
roleset: database
|
|
|
|
|
titan-jh:
|
|
|
|
|
ansible_host: REPLACE_ME
|
|
|
|
|
ansible_user: jump
|
|
|
|
|
roleset: jumphost
|