De-ansible the probe battery: replace site.yml with battery.yml + battery.py loop #15
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?
The probe battery was driven by an Ansible
site.ymlwhose only job was to loop a static command list throughscripts/step.pyon localhost - no remote execution, no idempotency, no facts. Ansible paid its full conceptual cost for afor probe in listloop.Change
battery.ymlholds ordered{id, cmd}rows with{target_addr}/{target}/{target_user}placeholders.scripts/battery.pysweepsbattery.yml, callingscripts/step.pyper row (capture-once / parse-thrice / post unchanged).scripts/battery.py ping digruns a named subset.dbglib.load_battery()readsbattery.ymlviayq, mirroringload_parser.site.yml,roles/step/,inventory/,ansible.cfg, theansibleBrewfile line, the*.retryignore.recovery-battery.shcallsscripts/battery.pyinstead ofansible-playbook site.yml. Docs (README/AGENTS/FEATURES/parsers/dependencies/o2r-coupling) and the ward catalog description drop the playbook framing.otel-a2a-relay-ansible-debugtootel-a2a-relay-debug(Forgejo + local remote).All eight probes expand byte-for-byte identical to the old
site.ymlarrays.pre-commit run --all-filespasses.