2026-05-30 14:10:01 +02:00
|
|
|
# playbooks/
|
|
|
|
|
|
|
|
|
|
Top-level orchestration playbooks. No inline vars — configuration comes from
|
|
|
|
|
`group_vars/` / `host_vars/` (see CLAUDE.md).
|
|
|
|
|
|
|
|
|
|
- `site.yml` — full standard state: applies `base` to all hosts and `docker_host`
|
2026-06-11 14:48:00 +02:00
|
|
|
to docker hosts. **Note:** `base` is only partially built (its `firewall` concern)
|
|
|
|
|
and `docker_host` does not exist yet, so this is incomplete — see `STATUS.md`.
|
|
|
|
|
- `workstation.yml` — applies the `dev_env` role (interactive developer environment)
|
|
|
|
|
to the `control` group; built and applied to `ubongo` (see `STATUS.md`).
|
2026-05-30 14:10:01 +02:00
|
|
|
- `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>`.
|