Virgil
2655775a8f
Fix loop task finalisation
2026-04-01 23:34:33 +00:00
Virgil
5f6205011c
fix(ansible): honour play var precedence
2026-04-01 23:21:50 +00:00
Virgil
2e54726977
Support custom role defaults and vars files
2026-04-01 23:15:08 +00:00
Virgil
9e7219782a
feat(ansible): support play vars_files
2026-04-01 23:05:24 +00:00
Virgil
b67d9419a4
feat(ansible): expose full extended loop metadata
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 22:53:34 +00:00
Virgil
defcd18f44
Fix default template fallback for missing vars
2026-04-01 22:47:37 +00:00
Virgil
41d74b0ac6
Support with_sequence task loops
2026-04-01 22:44:12 +00:00
Virgil
3c51fd40ad
Add handler listen alias support
2026-04-01 22:29:44 +00:00
Virgil
a43a447f55
feat(ansible): add with_fileglob loop support
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 22:27:17 +00:00
Virgil
92634bf561
feat(ansible): support indexed loop items
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 22:18:31 +00:00
Virgil
8130be049a
Support logical when expressions
2026-04-01 22:07:30 +00:00
Virgil
d969cc9205
Resolve local paths from playbook base
2026-04-01 22:03:43 +00:00
Virgil
3a4118ada8
Fix include task variable inheritance
2026-04-01 22:00:12 +00:00
Virgil
c77a32f24f
Templated include task paths per host
2026-04-01 21:57:05 +00:00
Virgil
f97f042a3c
Handle always-tagged tasks in tag filtering
2026-04-01 21:51:20 +00:00
Virgil
6805aeb410
fix(ansible): apply role defaults and vars during execution
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 21:40:18 +00:00
Virgil
23047aaa6f
Handle meta end_batch actions
2026-04-01 21:25:32 +00:00
Virgil
89eee7b964
Redact no_log task results
2026-04-01 21:22:32 +00:00
Virgil
f233605542
Add local connection execution support
2026-04-01 21:19:00 +00:00
Virgil
9ba6cdc5a4
feat(ansible): refresh inventory on meta action
2026-04-01 21:15:11 +00:00
Virgil
093676ff1a
Honor play tags during task execution
2026-04-01 21:10:02 +00:00
Virgil
097aeec0d2
Add with_file loop support
2026-04-01 21:07:04 +00:00
Virgil
f71e8642e9
Apply task and play environment vars
2026-04-01 20:51:57 +00:00
Virgil
ef908a7b35
feat(ansible): support meta clear_host_errors
2026-04-01 20:46:00 +00:00
Virgil
eb03970129
feat(ansible): support meta end_host
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 20:38:08 +00:00
Virgil
d99acf3dd1
Fix role-level when host evaluation
2026-04-01 20:32:50 +00:00
Virgil
0993a0e851
Apply role tags during task execution
2026-04-01 20:30:15 +00:00
Virgil
cab43816a0
Implement max fail percentage handling
2026-04-01 20:17:29 +00:00
Virgil
5b66334d44
Implement Jinja b64decode filter
2026-04-01 20:14:40 +00:00
Virgil
02cb9273c5
feat(ansible): reset cached ssh connections
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 20:10:56 +00:00
Virgil
716ad80951
feat(ansible): expose extended loop metadata
2026-04-01 20:06:14 +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
692c2cf58a
feat(ansible): support meta end_play
...
Co-authored-by: Virgil <virgil@lethean.io>
2026-04-01 19:57:12 +00:00
Virgil
709b1f5dc4
Implement play serial batching
2026-04-01 19:54:13 +00:00
Virgil
d9d16e8092
Implement meta flush handlers support
2026-04-01 19:51:23 +00:00
Virgil
39d4de9e8f
fix(ansible): honour loop_control pause
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 19:43:10 +00:00
Virgil
e1db473011
feat(ansible): add task retries and until support
2026-04-01 19:34:28 +00:00
Virgil
6fb5ebe920
feat(ansible): honour check mode for mutating tasks
2026-04-01 19:28:25 +00:00
Virgil
acf0a16349
feat(ansible): implement run_once task handling
...
Co-authored-by: Virgil <virgil@lethean.io>
2026-04-01 19:25:16 +00:00
Virgil
8321e16969
fix(ansible): apply task result conditions
...
Co-authored-by: Virgil <virgil@lethean.io>
2026-04-01 19:18:52 +00:00
Virgil
f27fb19bed
feat(ansible): implement setup fact gathering
2026-04-01 19:12:44 +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
...
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