Virgil
|
7f7cc55479
|
feat(ansible): support public role vars
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-04-02 01:29:42 +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
|
ce60a583f3
|
feat(ansible): support stdin for command and shell modules
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-04-02 00:47:30 +00:00 |
|
Virgil
|
a475924e6f
|
Add rpm module dispatch support
|
2026-04-02 00:43:32 +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
|
a81e05a078
|
feat(ansible): support skip_missing for with_subelements
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-04-02 00:36:51 +00:00 |
|
Virgil
|
4e0a5f714c
|
feat(ansible): add with_subelements loop support
|
2026-04-02 00:32:37 +00:00 |
|
Virgil
|
9f86b5cb95
|
feat(ansible): add short flag aliases
|
2026-04-02 00:27:36 +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
|
4823bd68f1
|
Resolve file lookups against base path
|
2026-04-02 00:19:59 +00:00 |
|
Virgil
|
807751ebe7
|
feat(ansible): support include_role apply defaults
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-04-02 00:17:04 +00:00 |
|
Virgil
|
57bc50002e
|
feat(ansible): support ufw logging mode
|
2026-04-02 00:12:13 +00:00 |
|
Virgil
|
4b884f67d6
|
Templated include_role resolution
|
2026-04-02 00:08:24 +00:00 |
|
Virgil
|
4bba5ef00e
|
fix(ansible): scope inventory_hostname for task templating
|
2026-04-02 00:05:23 +00:00 |
|
Virgil
|
e1e2b6402e
|
feat(ansible): expand templated loop sources
|
2026-04-01 23:59:45 +00:00 |
|
Virgil
|
8012570663
|
Fix task-level become override
|
2026-04-01 23:55:05 +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
|
5bb3a2f636
|
feat(ansible): support with_together legacy loops
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-04-01 23:38:25 +00:00 |
|
Virgil
|
2655775a8f
|
Fix loop task finalisation
|
2026-04-01 23:34:33 +00:00 |
|
Virgil
|
0e3a362269
|
feat(ansible): support legacy action shorthands
|
2026-04-01 23:31:40 +00:00 |
|
Virgil
|
bfa9a8d0ba
|
feat(ansible): recurse include_vars directories
|
2026-04-01 23:27:19 +00:00 |
|
Virgil
|
efa2ac3ea1
|
Add ansible test key alias
|
2026-04-01 23:24:17 +00:00 |
|
Virgil
|
5f6205011c
|
fix(ansible): honour play var precedence
|
2026-04-01 23:21:50 +00:00 |
|
Virgil
|
05df5b5bb8
|
feat(ansible): support with_nested loops
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-04-01 23:18:46 +00:00 |
|
Virgil
|
2e54726977
|
Support custom role defaults and vars files
|
2026-04-01 23:15:08 +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
|
9e7219782a
|
feat(ansible): support play vars_files
|
2026-04-01 23:05:24 +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
|
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
|
8c73ff922b
|
Support builtin docker compose alias
|
2026-04-01 22:39:42 +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
|
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
|
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
|
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 |
|