mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10: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
|
@ -371,6 +371,7 @@ plugins/modules/system/puppet.py validate-modules:undocumented-parameter
|
|||
plugins/modules/system/runit.py validate-modules:doc-default-does-not-match-spec
|
||||
plugins/modules/system/runit.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/system/runit.py validate-modules:undocumented-parameter
|
||||
plugins/modules/system/ssh_config.py use-argspec-type-path # Required since module uses other methods to specify path
|
||||
plugins/modules/system/timezone.py pylint:blacklisted-name
|
||||
plugins/modules/system/xfconf.py validate-modules:parameter-state-invalid-choice
|
||||
plugins/modules/system/xfconf.py validate-modules:return-syntax-error
|
||||
|
|
|
@ -371,6 +371,7 @@ plugins/modules/system/puppet.py validate-modules:undocumented-parameter
|
|||
plugins/modules/system/runit.py validate-modules:doc-default-does-not-match-spec
|
||||
plugins/modules/system/runit.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/system/runit.py validate-modules:undocumented-parameter
|
||||
plugins/modules/system/ssh_config.py use-argspec-type-path # Required since module uses other methods to specify path
|
||||
plugins/modules/system/timezone.py pylint:blacklisted-name
|
||||
plugins/modules/system/xfconf.py validate-modules:parameter-state-invalid-choice
|
||||
plugins/modules/system/xfconf.py validate-modules:return-syntax-error
|
||||
|
|
|
@ -318,6 +318,7 @@ plugins/modules/system/puppet.py validate-modules:undocumented-parameter
|
|||
plugins/modules/system/runit.py validate-modules:doc-default-does-not-match-spec
|
||||
plugins/modules/system/runit.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/system/runit.py validate-modules:undocumented-parameter
|
||||
plugins/modules/system/ssh_config.py use-argspec-type-path # Required since module uses other methods to specify path
|
||||
plugins/modules/system/timezone.py pylint:blacklisted-name
|
||||
plugins/modules/system/xfconf.py validate-modules:return-syntax-error
|
||||
plugins/modules/web_infrastructure/jenkins_plugin.py use-argspec-type-path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue