R6/R7: ADR-003 & ADR-008 CI pipelines rewritten trunk-based (push to main -> test -> staging -> [manual gate] production); CLAUDE.md no longer forbids pushing to main. R8: STATUS/roles-README/site.yml now say base & docker_host are not built (not in git), so a clean clone errors. R15/R16: ADR-001 table flagged as intended design; dropped the unbuilt 'monitoring agent' from the baseline. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| bootstrap.yml | ||
| README.md | ||
| site.yml | ||
playbooks/
Top-level orchestration playbooks. No inline vars — configuration comes from
group_vars/ / host_vars/ (see CLAUDE.md).
site.yml— full standard state: appliesbaseto all hosts anddocker_hostto docker hosts. Note: those roles are empty today, so this is currently a no-op — seeSTATUS.md.bootstrap.yml— first-run setup for a host that may not have Python yet; self-contained (does not depend on the roles).
Run via make check PLAYBOOK=<name> then make deploy PLAYBOOK=<name>.