|
|
||
|---|---|---|
| .. | ||
| bootstrap.yml | ||
| dns.yml | ||
| README.md | ||
| site.yml | ||
| workstation.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:baseis only partially built (itsfirewallconcern) anddocker_hostis scaffolded with no tasks yet, so this is incomplete — seeSTATUS.md.workstation.yml— applies thedev_envrole (interactive developer environment) to thecontrolgroup; built and applied toubongo(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>.