Commit graph

18 commits

Author SHA1 Message Date
Virgil
bae7fa0a39 feat(ansible): support hard file links
Some checks are pending
CI / test (push) Waiting to run
CI / auto-fix (push) Waiting to run
CI / auto-merge (push) Waiting to run
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 14:15:47 +00:00
Virgil
5609471945 Add replace module support
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 13:31:06 +00:00
Virgil
fe0ed9b2ee feat(ansible): add diff output for file edits
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:35:42 +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
c8abab3034 feat(ansible): unify template file rendering
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 14:42:04 +00:00
Virgil
e8669f6f7c feat(ansible): expose ansible_facts map 2026-04-02 03:25:10 +00:00
Virgil
4387cab0cb feat(ansible): add blockinfile backups
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 02:50:19 +00:00
Virgil
2b12b8f860 feat(ansible): support blockinfile newline padding
Co-authored-by: Virgil <virgil@lethean.io>
2026-04-02 02:47:08 +00:00
Virgil
1d864ebe41 feat(ansible): support lineinfile firstmatch 2026-04-02 01:42:56 +00:00
Virgil
ea048b0fec feat(ansible): support lineinfile insert positions
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 01:39:10 +00:00
Virgil
f678b97a74 feat(ansible): add backup support for file modules
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 00:24:23 +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
a80c2a2096 Add force support to copy and template modules 2026-04-01 23:02:03 +00:00
Virgil
e793321e1e Add lineinfile create support 2026-04-01 22:56:14 +00:00
Virgil
bfbbd31f09 Add diff-aware file module output 2026-04-01 20:22:39 +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
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