You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Ganesh Nalawade 502fc2087e
Add support for jumphost setting in junos_scp and junos_package (#64086)
* Add support for jumphost setting in junos_scp and junos_package

* Since junos_scp and junos_package module uses junos-eznc library
  to transfer file and load package respectively to a remote device
  it does not read the jumphost related configuration in netconf
  connection plugin unlike other junos modules which uses the
  Ansible persistent.
* Add `ssh_config` and `ssh_private_key_file` to add support to
  read custom ssh config file and mention ssh private key file
  for junos_scp and junos_package module

* Fix CI issue and update note section
6 years ago
..
cli Add the ability to ignore files and collection build (#64688) 6 years ago
compat Update bundled copy of selectors2 from 1.1.0 to 1.1.1 (#55457) 7 years ago
config config manager str type vault source (#65023) 6 years ago
errors Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 7 years ago
executor Windows coverage - output temp files with UTF-8 BOM (#65086) 6 years ago
galaxy Add the ability to ignore files and collection build (#64688) 6 years ago
inventory Support vars plugins in collections (#61078) 6 years ago
module_utils Add support for jumphost setting in junos_scp and junos_package (#64086) 6 years ago
modules Add support for jumphost setting in junos_scp and junos_package (#64086) 6 years ago
parsing Add a representer for AnsibleUnsafeBytes (#62598) 6 years ago
playbook Remove extra dot at the end of the sentence (#64149) 6 years ago
plugins Add support for jumphost setting in junos_scp and junos_package (#64086) 6 years ago
template Introduce context manager for temporary templar context changes (#60513) 6 years ago
utils unsafe wrapping should only happen for with_ loops (#64401) 6 years ago
vars unsafe wrapping should only happen for with_ loops (#64401) 6 years ago
__init__.py
constants.py Support vars plugins in collections (#61078) 6 years ago
context.py Become plugins (#50991) 7 years ago
release.py Update release name for 2.10 6 years ago