Pure Go Ansible playbook engine
Find a file
2026-04-01 21:46:52 +00:00
.github/workflows ci: add Core ecosystem CI workflow with CodeRabbit auto-fix 2026-03-17 14:05:54 +00:00
cmd/ansible Support repeated ansible extra-vars 2026-04-01 21:12:05 +00:00
docs feat(ansible): add add_host inventory module 2026-04-01 19:09:11 +00:00
kb refactor(ansible): migrate module path to dappco.re/go/core/ansible 2026-03-22 01:50:56 +00:00
.gitignore refactor(ansible): migrate module path to dappco.re/go/core/ansible 2026-03-22 01:50:56 +00:00
CLAUDE.md feat(ansible): add add_host inventory module 2026-04-01 19:09:11 +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 docs: add convention drift report 2026-03-23 14:17:54 +00:00
core_primitives.go chore: polish ax v0.8.0 compliance 2026-03-26 16:39:59 +00:00
executor.go fix(ansible): apply role defaults and vars during execution 2026-04-01 21:40:18 +00:00
executor_extra_test.go Resolve include task paths relative to playbooks 2026-04-01 21:46:52 +00:00
executor_test.go fix(ansible): apply role defaults and vars during execution 2026-04-01 21:40:18 +00:00
go.mod refactor(ansible): upgrade core to v0.8.0-alpha.1 2026-03-26 14:47:37 +00:00
go.sum refactor(ansible): upgrade core to v0.8.0-alpha.1 2026-03-26 14:47:37 +00:00
local_client.go Add local connection execution support 2026-04-01 21:19:00 +00:00
local_client_test.go Add local connection execution support 2026-04-01 21:19:00 +00:00
mock_ssh_test.go Add URI body_format support 2026-04-01 21:32:36 +00:00
modules.go feat(ansible): reload sysctl changes 2026-04-01 21:44:08 +00:00
modules_adv_test.go feat(ansible): reload sysctl changes 2026-04-01 21:44:08 +00:00
modules_cmd_test.go Add command module creates/removes gating 2026-04-01 20:48:09 +00:00
modules_file_test.go Add diff-aware file module output 2026-04-01 20:22:39 +00:00
modules_infra_test.go Add setup gather_subset filtering 2026-04-01 21:35:47 +00:00
modules_svc_test.go feat(ansible): add yum and dnf package support 2026-04-01 19:48:36 +00:00
parser.go Resolve include task paths relative to playbooks 2026-04-01 21:46:52 +00:00
parser_test.go Add host pattern resolution 2026-04-01 21:02:51 +00:00
ssh.go feat(ansible): support delegate_to task execution 2026-04-01 20:00:45 +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: polish ax v0.8.0 compliance 2026-03-26 16:39:59 +00:00
types.go Add with_file loop support 2026-04-01 21:07:04 +00:00
types_test.go Add with_file loop support 2026-04-01 21:07:04 +00:00