Commit graph

45 commits

Author SHA1 Message Date
Virgil
39fe9d9ca7 Add wait_for initial delay support 2026-04-01 23:51:27 +00:00
Virgil
8005562895 feat(ansible): support include_vars ignore_files
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 23:48:25 +00:00
Virgil
bd1932e90e feat(ansible): support include_vars extensions 2026-04-01 23:45:48 +00:00
Virgil
c1f0af5d5a feat(ansible): support include_vars files_matching filter
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 23:41:20 +00:00
Virgil
bfa9a8d0ba feat(ansible): recurse include_vars directories 2026-04-01 23:27:19 +00:00
Virgil
187f157435 feat(ansible): support remote_src in copy module
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 23:11:42 +00:00
Virgil
e7a0298db8 feat(ansible): improve pause and wait_for support 2026-04-01 23:09:00 +00:00
Virgil
a80c2a2096 Add force support to copy and template modules 2026-04-01 23:02:03 +00:00
Virgil
134ea64e92 Add script module creates and chdir support 2026-04-01 22:59:12 +00:00
Virgil
e793321e1e Add lineinfile create support 2026-04-01 22:56:14 +00:00
Virgil
23659c185b Add command module argv support 2026-04-01 22:36:28 +00:00
Virgil
d28e5a0ac7 feat(ansible): support exclusive authorized_key entries
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 22:32:56 +00:00
Virgil
c3aa73e065 Fix authorized_key key handling 2026-04-01 22:24:33 +00:00
Virgil
11bb1b6a7f Add reboot wait and test flow 2026-04-01 22:21:40 +00:00
Virgil
d969cc9205 Resolve local paths from playbook base 2026-04-01 22:03:43 +00:00
Virgil
87cd890ea1 Add wait_for search_regex support 2026-04-01 21:53:41 +00:00
Virgil
89a87ad1f4 Add wait_for port-absent support 2026-04-01 21:49:22 +00:00
Virgil
ca6dc7912e feat(ansible): reload sysctl changes 2026-04-01 21:44:08 +00:00
Virgil
7e1edf86dc Add setup gather_subset filtering 2026-04-01 21:35:47 +00:00
Virgil
6fb90524ce Add URI body_format support 2026-04-01 21:32:36 +00:00
Virgil
695453cfe4 Add URI return_content support 2026-04-01 21:28:53 +00:00
Virgil
2cd724614a Support multiple URI status codes 2026-04-01 20:57:15 +00:00
Virgil
f71e8642e9 Apply task and play environment vars 2026-04-01 20:51:57 +00:00
Virgil
4245e1e530 Add command module creates/removes gating 2026-04-01 20:48:09 +00:00
Virgil
f5e66b556b fix(ansible): detect up-to-date docker compose runs 2026-04-01 20:43:28 +00:00
Virgil
8a98a69efe Add setup fact filtering 2026-04-01 20:27:53 +00:00
Virgil
bfbbd31f09 Add diff-aware file module output 2026-04-01 20:22:39 +00:00
Virgil
2965d93ca8 Add docker compose v2 alias 2026-04-01 20:19:38 +00:00
Virgil
af7c360fbb Add wait_for path support 2026-04-01 20:12:52 +00:00
Virgil
6cc987ea74 Implement meta clear_facts handling 2026-04-01 20:03:11 +00:00
Virgil
eb3b9cca07 feat(ansible): support delegate_to task execution
Co-authored-by: Virgil <virgil@lethean.io>
2026-04-01 20:00:45 +00:00
Virgil
d9d16e8092 Implement meta flush handlers support 2026-04-01 19:51:23 +00:00
Virgil
abf27ad7f7 feat(ansible): add yum and dnf package support 2026-04-01 19:48:36 +00:00
Virgil
1581046a5c Fix pause module timing 2026-04-01 19:45:37 +00:00
Virgil
df0e79939c Add archive module support 2026-04-01 19:37:33 +00:00
Virgil
6eee9866e5 fix(ansible): add lineinfile backrefs support
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 19:31:26 +00:00
Virgil
a973604e95 feat(ansible): add group_by module
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 19:21:57 +00:00
Virgil
f27fb19bed feat(ansible): implement setup fact gathering 2026-04-01 19:12:44 +00:00
Virgil
2739e52d52 feat(ansible): add add_host inventory module 2026-04-01 19:09:11 +00:00
Virgil
34229558fb fix(ansible): implement include_vars loading 2026-04-01 19:05:24 +00:00
Virgil
f127ac2fcb chore: polish ax v0.8.0 compliance
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-26 16:39:59 +00:00
Virgil
4f33c15d6c refactor(ansible): upgrade core to v0.8.0-alpha.1
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-26 14:47:37 +00:00
Snider
b3eed66230 refactor(ansible): migrate module path to dappco.re/go/core/ansible
Some checks failed
CI / test (pull_request) Failing after 2s
CI / auto-fix (pull_request) Failing after 0s
CI / auto-merge (pull_request) Failing after 0s
Update go.mod module line and all dependencies from forge.lthn.ai to
dappco.re paths (core v0.5.0, log v0.1.0, io v0.2.0). Update all .go
import paths. Rewrite cmd/ansible/ for new core.Command API replacing
the cobra-based CLI integration. Update documentation references.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-22 01:50:56 +00:00
Snider
2d51fb4d0e refactor: replace os.* and fmt.Errorf with go-io/go-log conventions
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 19:50:03 +00:00
Snider
4fe5484e1f feat: extract ansible package from go-devops
Pure Go Ansible playbook engine: YAML parser, SSH executor, 30+ module
implementations, Jinja2-compatible templating, privilege escalation,
event-driven callbacks, and inventory pattern matching.

438 tests passing with race detector.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 11:37:27 +00:00