Pure Go Ansible playbook engine
Find a file
Snider ba62c26954 chore: sync dependencies for v0.1.6
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 17:53: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
.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 refactor: replace os.* and fmt.Errorf with go-io/go-log conventions 2026-03-16 19:50:03 +00:00
executor_test.go feat: extract ansible package from go-devops 2026-03-09 11:37:27 +00:00
go.mod chore: sync dependencies for v0.1.6 2026-03-17 17:53:59 +00:00
go.sum chore: sync dependencies for v0.1.6 2026-03-17 17:53:59 +00:00
mock_ssh_test.go feat: extract ansible package from go-devops 2026-03-09 11:37:27 +00:00
modules.go refactor: replace os.* and fmt.Errorf with go-io/go-log conventions 2026-03-16 19:50:03 +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: replace os.* and fmt.Errorf with go-io/go-log conventions 2026-03-16 19:50:03 +00:00
parser_test.go feat: extract ansible package from go-devops 2026-03-09 11:37:27 +00:00
ssh.go refactor: replace os.* and fmt.Errorf with go-io/go-log conventions 2026-03-16 19:50:03 +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