Pure Go Ansible playbook engine
Find a file
Virgil f1444396e4
Some checks failed
CI / test (push) Failing after 2s
CI / auto-fix (push) Failing after 0s
CI / auto-merge (push) Failing after 0s
Add until retry handling
2026-04-01 06:00:44 +00:00
.github/workflows ci: add Core ecosystem CI workflow with CodeRabbit auto-fix 2026-03-17 14:05:54 +00:00
cmd/ansible Add until retry handling 2026-04-01 06:00:44 +00:00
docs Delete docs/security-attack-vector-mapping.md 2026-03-23 20:38:22 +00:00
kb refactor(ansible): migrate module path to dappco.re/go/core/ansible 2026-03-22 01:50:56 +00:00
specs docs: add exported API RFC specs 2026-03-27 19:43:45 +00:00
.gitignore refactor(ansible): migrate module path to dappco.re/go/core/ansible 2026-03-22 01:50:56 +00:00
CLAUDE.md fix(dx): audit CLAUDE.md, fix cmd errors, add tests 2026-03-17 08:26:07 +00:00
CONSUMERS.md refactor(ansible): migrate module path to dappco.re/go/core/ansible 2026-03-22 01:50:56 +00:00
CONVENTION_DRIFT_REPORT.md chore: finish ax v0.8.0 cleanup 2026-03-27 04:32:36 +00:00
core_primitives.go chore: finish ax v0.8.0 cleanup 2026-03-27 04:32:36 +00:00
executor.go Add until retry handling 2026-04-01 06:00:44 +00:00
executor_extra_test.go chore: polish ax v0.8.0 compliance 2026-03-26 16:39:59 +00:00
executor_test.go Add until retry handling 2026-04-01 06:00:44 +00:00
go.mod chore: finish ax v0.8.0 cleanup 2026-03-27 04:32:36 +00:00
go.sum feat(ansible): honour play serial batching 2026-04-01 04:56:51 +00:00
mock_ssh_test.go chore: polish ax v0.8.0 compliance 2026-03-26 16:39:59 +00:00
modules.go chore: finish ax v0.8.0 cleanup 2026-03-27 04:32:36 +00:00
modules_adv_test.go chore: polish ax v0.8.0 compliance 2026-03-26 16:39:59 +00:00
modules_cmd_test.go chore: polish ax v0.8.0 compliance 2026-03-26 16:39:59 +00:00
modules_file_test.go chore: polish ax v0.8.0 compliance 2026-03-26 16:39:59 +00:00
modules_infra_test.go chore: polish ax v0.8.0 compliance 2026-03-26 16:39:59 +00:00
modules_svc_test.go chore: polish ax v0.8.0 compliance 2026-03-26 16:39:59 +00:00
parser.go Implement loop pause control 2026-04-01 05:37:38 +00:00
parser_test.go chore: polish ax v0.8.0 compliance 2026-03-26 16:39:59 +00:00
ssh.go chore: finish ax v0.8.0 cleanup 2026-03-27 04:32:36 +00:00
ssh_test.go chore: polish ax v0.8.0 compliance 2026-03-26 16:39:59 +00:00
test_primitives_test.go chore: finish ax v0.8.0 cleanup 2026-03-27 04:32:36 +00:00
types.go chore: finish ax v0.8.0 cleanup 2026-03-27 04:32:36 +00:00
types_test.go chore: polish ax v0.8.0 compliance 2026-03-26 16:39:59 +00:00