patchback[bot]
57c523af55
[PR #10531/d0b0aff5 backport][stable-11] wsl connection: import paramiko directly ( #10534 )
...
wsl connection: import paramiko directly (#10531 )
Import paramiko directly.
(cherry picked from commit d0b0aff5bc )
Co-authored-by: Felix Fontein <felix@fontein.de>
2025-08-01 11:18:50 +02:00
patchback[bot]
da3874c96d
[PR #10302/580ac1e3 backport][stable-11] fix style in plugins ( #10325 )
...
fix style in plugins (#10302 )
(cherry picked from commit 580ac1e30d )
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2025-07-01 22:58:46 +02:00
patchback[bot]
ffe55564f0
[PR #10286/e37cd1a0 backport][stable-11] fix YAML docs in multiple plugins ( #10293 )
...
fix YAML docs in multiple plugins (#10286 )
* fix YAML docs in multiple plugins
* pfexec: fix short description
* adjust callback plugins
* fix wsl connection
* fix filter plugins
* fix inventory plugins
* minor adjustments in diy, print_task, xen_orchestra
(cherry picked from commit e37cd1a015 )
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2025-06-24 06:58:12 +02:00
patchback[bot]
30e2d9f26f
[PR #10285/3ab7a898 backport][stable-11] replace concatenations with f-string in plugins ( #10290 )
...
replace concatenations with f-string in plugins (#10285 )
* replace concatenations with f-string in plugins
* add changelog frag
(cherry picked from commit 3ab7a898c6 )
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2025-06-23 21:42:06 +02:00
Felix Fontein
d032de3b16
Adjust YAML in plugin docs ( #10234 )
...
* Adjust YAML in plugin docs.
* Update ignore.txt.
* Forgot two indents.
* adjust connection plugins
adjust filter plugins
adjust inventory plugins
adjust lookup plugins
* Re-add YAML document start.
---------
Co-authored-by: Alexei Znamensky <russoz@gmail.com>
2025-06-16 17:46:01 +02:00
Rui Lopes
96b493002c
add the wsl connection plugin ( #9795 )
...
* add the wsl connection plugin
* move the banner_timeout required paramiko version to its own line
* document the proxy_command required paramiko version
* document the timeout required paramiko version
* simplify the sending of the become_pass value
* add Connection.__init__ type hints
* add MyAddPolicy.missing_host_key type hints
* normalize the Connection._parse_proxy_command replacers dict values to the str type
* add the user_known_hosts_file option
* modify the private_key_file option type to path
2025-04-19 09:01:36 +02:00