Pure Go Ansible playbook engine
Find a file
Virgil a94680d71f
Some checks failed
CI / auto-fix (push) Failing after 0s
CI / test (push) Failing after 3s
CI / auto-merge (push) Failing after 0s
feat(ansible): add extended loop metadata
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 07:00:38 +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 feat(ansible): add extended loop metadata 2026-04-01 07:00:38 +00:00
executor_extra_test.go feat(ansible): add extended loop metadata 2026-04-01 07:00:38 +00:00
executor_test.go feat(ansible): honour delegate_to for task execution 2026-04-01 06:46:12 +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 feat(ansible): add add_host module support 2026-04-01 06:53:56 +00:00
modules.go feat(ansible): add add_host module support 2026-04-01 06:53:56 +00:00
modules_adv_test.go feat(ansible): add add_host module support 2026-04-01 06:53:56 +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 feat(ansible): expose inventory become password 2026-04-01 06:38:39 +00:00
parser_test.go feat(ansible): expose inventory become password 2026-04-01 06:38:39 +00:00
ssh.go feat(ansible): apply play and task environment 2026-04-01 06:32:15 +00:00
ssh_test.go feat(ansible): apply play and task environment 2026-04-01 06:32:15 +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 feat(ansible): apply play and task environment 2026-04-01 06:32:15 +00:00