Pure Go Ansible playbook engine
Find a file
Snider ce48e74340 chore: sync go.mod dependencies
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 15:36:18 +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
.gitignore chore: add .core/ and .idea/ to .gitignore 2026-03-15 10:17:49 +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 chore: sync go.mod dependencies 2026-03-15 15:36:18 +00:00
go.sum chore: sync go.mod dependencies 2026-03-15 15:36:18 +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