Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SSH resource module implementation (#462)
* Implementation of SSH resource module. * Code changes 1. Handling delete of SSH client algorithms (comma separated string) when the algorithms remain same and the order of algorithms in input configuration is different from that of existing. 2. Involving cleanup. * Update plugins/module_utils/network/sonic/config/ssh/ssh.py Co-authored-by: stalabi1 <54641848+stalabi1@users.noreply.github.com> * Update plugins/module_utils/network/sonic/config/ssh/ssh.py Co-authored-by: stalabi1 <54641848+stalabi1@users.noreply.github.com> * Update plugins/module_utils/network/sonic/config/ssh/ssh.py Co-authored-by: stalabi1 <54641848+stalabi1@users.noreply.github.com> * Update plugins/module_utils/network/sonic/config/ssh/ssh.py Co-authored-by: stalabi1 <54641848+stalabi1@users.noreply.github.com> * Update plugins/module_utils/network/sonic/facts/ssh/ssh.py Co-authored-by: stalabi1 <54641848+stalabi1@users.noreply.github.com> * Update plugins/modules/sonic_ssh.py Co-authored-by: stalabi1 <54641848+stalabi1@users.noreply.github.com> * Update plugins/modules/sonic_ssh.py Co-authored-by: stalabi1 <54641848+stalabi1@users.noreply.github.com> * Update plugins/modules/sonic_ssh.py Co-authored-by: stalabi1 <54641848+stalabi1@users.noreply.github.com> * Update plugins/modules/sonic_ssh.py Co-authored-by: stalabi1 <54641848+stalabi1@users.noreply.github.com> * Update plugins/modules/sonic_ssh.py Co-authored-by: Kerry Meyer <kerry.meyer@dell.com> * Update plugins/modules/sonic_ssh.py Co-authored-by: stalabi1 <54641848+stalabi1@users.noreply.github.com> * Update plugins/modules/sonic_ssh.py Co-authored-by: stalabi1 <54641848+stalabi1@users.noreply.github.com> * Update tests/regression/roles/sonic_ssh/defaults/main.yml Co-authored-by: stalabi1 <54641848+stalabi1@users.noreply.github.com> * Update tests/regression/roles/sonic_ssh/defaults/main.yml Co-authored-by: stalabi1 <54641848+stalabi1@users.noreply.github.com> * Incorporated code review comments. * Incorporated code review comment. --------- Co-authored-by: Balasubramaniam K1 <balasubramaniam.k1@sncinfra-maa-01.dng.delllabs.net> Co-authored-by: stalabi1 <54641848+stalabi1@users.noreply.github.com> Co-authored-by: Kerry Meyer <kerry.meyer@dell.com>
- Loading branch information