Pure Go Ansible playbook engine
Find a file
Snider b3eed66230
Some checks failed
CI / test (pull_request) Failing after 2s
CI / auto-fix (pull_request) Failing after 0s
CI / auto-merge (pull_request) Failing after 0s
refactor(ansible): migrate module path to dappco.re/go/core/ansible
Update go.mod module line and all dependencies from forge.lthn.ai to
dappco.re paths (core v0.5.0, log v0.1.0, io v0.2.0). Update all .go
import paths. Rewrite cmd/ansible/ for new core.Command API replacing
the cobra-based CLI integration. Update documentation references.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-22 01:50:56 +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): migrate module path to dappco.re/go/core/ansible 2026-03-22 01:50:56 +00:00
docs refactor(ansible): migrate module path to dappco.re/go/core/ansible 2026-03-22 01:50:56 +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 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
executor.go refactor(ansible): migrate module path to dappco.re/go/core/ansible 2026-03-22 01:50:56 +00:00
executor_extra_test.go fix(dx): audit CLAUDE.md, fix cmd errors, add tests 2026-03-17 08:26:07 +00:00
executor_test.go feat: extract ansible package from go-devops 2026-03-09 11:37:27 +00:00
go.mod refactor(ansible): migrate module path to dappco.re/go/core/ansible 2026-03-22 01:50:56 +00:00
go.sum refactor(ansible): migrate module path to dappco.re/go/core/ansible 2026-03-22 01:50:56 +00:00
mock_ssh_test.go feat: extract ansible package from go-devops 2026-03-09 11:37:27 +00:00
modules.go refactor(ansible): migrate module path to dappco.re/go/core/ansible 2026-03-22 01:50:56 +00:00
modules_adv_test.go feat: extract ansible package from go-devops 2026-03-09 11:37:27 +00:00
modules_cmd_test.go feat: extract ansible package from go-devops 2026-03-09 11:37:27 +00:00
modules_file_test.go feat: extract ansible package from go-devops 2026-03-09 11:37:27 +00:00
modules_infra_test.go feat: extract ansible package from go-devops 2026-03-09 11:37:27 +00:00
modules_svc_test.go feat: extract ansible package from go-devops 2026-03-09 11:37:27 +00:00
parser.go refactor(ansible): migrate module path to dappco.re/go/core/ansible 2026-03-22 01:50:56 +00:00
parser_test.go feat: extract ansible package from go-devops 2026-03-09 11:37:27 +00:00
ssh.go refactor(ansible): migrate module path to dappco.re/go/core/ansible 2026-03-22 01:50:56 +00:00
ssh_test.go feat: extract ansible package from go-devops 2026-03-09 11:37:27 +00:00
types.go feat: extract ansible package from go-devops 2026-03-09 11:37:27 +00:00
types_test.go feat: extract ansible package from go-devops 2026-03-09 11:37:27 +00:00