mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-01 11:44:24 -07:00
[PR #9684/961c9b7f backport][stable-10] Ssh config other options (#9794)
Ssh config other options (#9684)
* Add other_options support to ssh_config module
* Changelog fragment
* Fix missing and modified stuff
* Minor changes
* Update fragment with PR URL
* Fix PEP8 issue
* Fix idempotency issue
* Update changelogs/fragments/ssh_config_add_other_options.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/ssh_config.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/ssh_config.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Incorporate suggestions
* Missed removing str conversion
* PEP8
* Update plugins/modules/ssh_config.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Add fail condition, fix codestyle
* Force lower case key values only
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 961c9b7f4c
)
Co-authored-by: Stephen Bradshaw <stephen.mark.bradshaw@gmail.com>
This commit is contained in:
parent
469209a17f
commit
d03fdc8093
3 changed files with 52 additions and 0 deletions
2
changelogs/fragments/ssh_config_add_other_options.yml
Normal file
2
changelogs/fragments/ssh_config_add_other_options.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- ssh_config - add ``other_options`` option (https://github.com/ansible-collections/community.general/issues/8053, https://github.com/ansible-collections/community.general/pull/9684).
|
Loading…
Add table
Add a link
Reference in a new issue