Pure Go Ansible playbook engine
Find a file
Virgil ac0633c60b
Some checks failed
CI / test (push) Failing after 1s
CI / auto-fix (push) Failing after 0s
CI / auto-merge (push) Failing after 0s
Merge pull request '[agent/codex] Full audit per issue #3. Read CLAUDE.md. Report ALL findings...' (#4) from agent/full-audit-per-issue--3--read-claude-md into dev
2026-03-22 18:15: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