mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-07 14:44:22 -07:00
ssh_config: new module (#1640)
* [WIP] ssh_config: new module Fixes: #1562 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> * Update tests/integration/targets/ssh_config/aliases Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/system/ssh_config.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/system/ssh_config.py Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
f3e640d5a0
commit
5a52b573fe
9 changed files with 507 additions and 0 deletions
5
tests/integration/targets/ssh_config/aliases
Normal file
5
tests/integration/targets/ssh_config/aliases
Normal file
|
@ -0,0 +1,5 @@
|
|||
destructive
|
||||
shippable/posix/group2
|
||||
skip/python2.6 # stromssh only supports python3
|
||||
skip/python2.7 # stromssh only supports python3
|
||||
skip/freebsd # stromssh installation fails on freebsd
|
Loading…
Add table
Add a link
Reference in a new issue