Commit graph

39 commits

Author SHA1 Message Date
Virgil
909aac859a feat(ansible): support list-valued package targets
Some checks are pending
CI / test (push) Waiting to run
CI / auto-fix (push) Waiting to run
CI / auto-merge (push) Waiting to run
2026-04-03 11:19:59 +00:00
Virgil
762a47f11f feat(ansible): tighten file module idempotency
Some checks are pending
CI / test (push) Waiting to run
CI / auto-fix (push) Waiting to run
CI / auto-merge (push) Waiting to run
2026-04-03 10:51:55 +00:00
Virgil
dc89e88e00 feat(ansible): make hostname idempotent
Some checks are pending
CI / test (push) Waiting to run
CI / auto-fix (push) Waiting to run
CI / auto-merge (push) Waiting to run
2026-04-03 10:47:35 +00:00
Virgil
a87899c2d4 Add sysctl_file support to sysctl module
Some checks are pending
CI / test (push) Waiting to run
CI / auto-fix (push) Waiting to run
CI / auto-merge (push) Waiting to run
2026-04-03 10:22:09 +00:00
Virgil
f0c2333a75 feat(ansible): support uri dest downloads
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 03:08:14 +00:00
Virgil
1fa2b78fed feat(ansible): support disabled cron jobs
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 02:54:18 +00:00
Virgil
5e6cd67400 feat(ansible): support stopped state for docker compose
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 02:36:45 +00:00
Virgil
8c1f4af11e feat(ansible): add uri timeout and cert controls
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 02:32:49 +00:00
Virgil
afa8efbdbf feat(ansible): accept string numeric args in wait_for
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 02:21:29 +00:00
Virgil
75bafd10c8 feat(ansible): support form-urlencoded uri bodies
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 02:17:38 +00:00
Virgil
6c1c7d9bd4 feat(ansible): normalise builtin community aliases
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 01:47:29 +00:00
Virgil
ac8f7a36b5 feat(ansible): support wait_for drained state
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 01:25:37 +00:00
Virgil
988c0e53ca feat(ansible): support authorized_key path options
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 00:52:53 +00:00
Virgil
8e21d5dff8 feat(ansible): support wait_for port state stopped
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 00:40:01 +00:00
Virgil
57bc50002e feat(ansible): support ufw logging mode 2026-04-02 00:12:13 +00:00
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
e7a0298db8 feat(ansible): improve pause and wait_for support 2026-04-01 23:09:00 +00:00
Virgil
8c73ff922b Support builtin docker compose alias 2026-04-01 22:39:42 +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
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
f5e66b556b fix(ansible): detect up-to-date docker compose runs 2026-04-01 20:43:28 +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
1581046a5c Fix pause module timing 2026-04-01 19:45:37 +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
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