12 lines
509 B
Markdown
12 lines
509 B
Markdown
# roles/
|
|
|
|
Local Ansible roles. **No Galaxy roles** — every role is written and maintained here
|
|
(ADR-003). Scaffold new ones with `make new-role NAME=<name>`; never create the
|
|
directory structure by hand.
|
|
|
|
Each role must have: a `molecule/default/` scenario (Debian 13), a populated
|
|
`README.md`, and a filled-in `meta/main.yml`. Conventions: CLAUDE.md and
|
|
`docs/runbooks/new-role.md`.
|
|
|
|
Current state: `base/` and `docker_host/` are scaffolded directories but **empty /
|
|
not implemented** — see `STATUS.md`.
|