Pure Go Ansible playbook engine
Find a file
Snider 961efc6ed8 fix: update stale import paths and dependency versions from extraction
Resolve stale forge.lthn.ai/core/cli v0.1.0 references (tag never existed,
earliest is v0.0.1) and regenerate go.sum via workspace-aware go mod tidy.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 13:38:59 +00:00
cmd/ansible feat: add cmd/ansible from go-devops 2026-03-09 12:28:25 +00:00
docs docs: add human-friendly documentation 2026-03-11 13:02:40 +00:00
CLAUDE.md docs: add CLAUDE.md project instructions 2026-03-13 13:38:01 +00:00
executor.go feat: extract ansible package from go-devops 2026-03-09 11:37:27 +00:00
executor_test.go feat: extract ansible package from go-devops 2026-03-09 11:37:27 +00:00
go.mod fix: update stale import paths and dependency versions from extraction 2026-03-14 13:38:59 +00:00
go.sum fix: update stale import paths and dependency versions from extraction 2026-03-14 13:38:59 +00:00
mock_ssh_test.go feat: extract ansible package from go-devops 2026-03-09 11:37:27 +00:00
modules.go feat: extract ansible package from go-devops 2026-03-09 11:37:27 +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 feat: extract ansible package from go-devops 2026-03-09 11:37:27 +00:00
parser_test.go feat: extract ansible package from go-devops 2026-03-09 11:37:27 +00:00
ssh.go feat: extract ansible package from go-devops 2026-03-09 11:37:27 +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