Pure Go Ansible playbook engine
Find a file
Snider 818f9f311a feat: add cmd/ansible from go-devops
Ansible CLI commands now live alongside the ansible library.
Package anscmd to avoid collision with root ansible package.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:28:25 +00:00
cmd/ansible feat: add cmd/ansible from go-devops 2026-03-09 12:28:25 +00:00
CLAUDE.md feat: extract ansible package from go-devops 2026-03-09 11:37:27 +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 feat: add cmd/ansible from go-devops 2026-03-09 12:28:25 +00:00
go.sum feat: extract ansible package from go-devops 2026-03-09 11:37:27 +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