Port up-to-date.py converger into ansible: repos role (live-layout reconcile) #208
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/infrastructure#208
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Port the hand-rolled fleet converger (
agentic-os-kai/scripts/up-to-date.py)into this repo's existing ansible subsystem, rather than reinventing it. First
slice: the repos role - reconcile local clones against the live repo layout.
ansible/library/repo_registry.py- read-only module: discovers owned reposrecently active on GitHub/Forgejo but absent locally. Forgejo PAT from SSM,
destination pinned to the canonical host (closes-the-loop on coilysiren/inbox#36).
ansible/roles/repos/- discovers, then clones missing repos from GitHub(ansible.builtin.git, check-mode aware). Repos are data looped over the host;
inventory stays machines.
mac.ymlgrows intofreshen.yml;coily ansible-mac->coily ansible-freshen(homebrew + agent-compose + repos).
ansible-mac-seedunchanged.Follow-on
Remaining up-to-date.py steps as roles: git remote-sync + github<->forgejo
mirror-drift, org-aware layout reconcile, catalog deptree check.
Origin
Was briefly mis-placed in public agentic-os; moved here where the ansible
subsystem already lives.