|
|
||
|---|---|---|
| .. | ||
| 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>.