When the login user differs from the become_user (ubongo connects as sjat, the role copies files as claude), Ansible needs ACLs on its temp files; without the acl package it falls back to an unsupported chmod syntax and fails. Molecule didn't catch it (root login can chown directly). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| base | ||
| dev_env | ||
| README.md | ||
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 not built yet — they exist only as
empty, untracked dirs, so site.yml would fail on a clean clone. Build them with
make new-role when defining the baseline. See STATUS.md.