Pure Go Ansible playbook engine
Find a file
Virgil 65917f028c feat(ansible): support proxy disabling for uri and get_url
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 15:24:33 +00:00
.github/workflows ci: add Core ecosystem CI workflow with CodeRabbit auto-fix 2026-03-17 14:05:54 +00:00
cmd/ansible refactor(ansible): clarify CLI helper naming 2026-04-03 13:18:36 +00:00
docs Add replace module support 2026-04-03 13:31:06 +00:00
kb Support logical when expressions 2026-04-01 22:07:30 +00:00
.gitignore refactor(ansible): migrate module path to dappco.re/go/core/ansible 2026-03-22 01:50:56 +00:00
CLAUDE.md Add replace module support 2026-04-03 13:31:06 +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 feat(ansible): support seeded password lookups 2026-04-03 14:51:44 +00:00
executor_become_test.go fix(ansible): clear become state when disabled 2026-04-03 11:41:04 +00:00
executor_extra_test.go feat(ansible): support seeded password lookups 2026-04-03 14:51:44 +00:00
executor_test.go feat(ansible): honour task check mode overrides 2026-04-03 13:38:19 +00:00
go.mod refactor(ansible): upgrade core to v0.8.0-alpha.1 2026-03-26 14:47:37 +00:00
go.sum feat(ansible): clarify unsupported module errors 2026-04-02 14:22:10 +00:00
local_client.go refactor(ansible): document local client constructor 2026-04-03 12:19:47 +00:00
local_client_test.go fix(ansible): clear become state when disabled 2026-04-03 11:41:04 +00:00
mock_ssh_test.go feat(ansible): support proxy disabling for uri and get_url 2026-04-03 15:24:33 +00:00
modules.go feat(ansible): support proxy disabling for uri and get_url 2026-04-03 15:24:33 +00:00
modules_adv_test.go feat(ansible): support proxy disabling for uri and get_url 2026-04-03 15:24:33 +00:00
modules_cmd_test.go Add shell executable support 2026-04-03 12:58:03 +00:00
modules_file_test.go feat(ansible): support proxy disabling for uri and get_url 2026-04-03 15:24:33 +00:00
modules_infra_test.go feat(ansible): honour setup gather_timeout 2026-04-03 12:47:29 +00:00
modules_svc_test.go feat(ansible): support list-valued package targets 2026-04-03 11:19:59 +00:00
parser.go feat(ansible): refine AX docs and naming 2026-04-03 14:55:15 +00:00
parser_test.go Add automatic playbook_dir handling 2026-04-03 12:02:21 +00:00
ssh.go refactor(ansible): align AX naming examples 2026-04-03 12:12:40 +00:00
ssh_test.go fix(ansible): clear become state when disabled 2026-04-03 11:41:04 +00:00
test_primitives_test.go chore: polish ax v0.8.0 compliance 2026-03-26 16:39:59 +00:00
types.go feat(ansible): add wait_for_connection module 2026-04-03 14:40:29 +00:00
types_test.go feat(ansible): honour task check mode overrides 2026-04-03 13:38:19 +00:00