[PR #6117/3862de3f backport][stable-6] Removes dependency on StormSSH (#6179)

Removes dependency on StormSSH (#6117)

* included storm config parser

* Add changelog fragment

* Fix changelog fragment

* address PR feedback

* fix license

* add required boilerplate, fix issues found in test output

* move __future__ imports

* address pr feedback

* address test output

* address pr feedback

(cherry picked from commit 3862de3f15)

Co-authored-by: Peter Upton <peterupton99@gmail.com>
This commit is contained in:
patchback[bot] 2023-03-12 15:50:07 +01:00 committed by GitHub
commit 8e84b3ef8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 268 additions and 17 deletions

View file

@ -6,7 +6,6 @@
- name: Install required libs
pip:
name:
- stormssh
- 'paramiko<3.0.0'
state: present
extra_args: "-c {{ remote_constraints }}"