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/test/units
Christian Giese 2697c0e237 junos scp module (#31950)
* junos_scp module

This module transfers files via SCP from or to remote devices running Junos.

* fix version

* add return documentation

* updated return documentation

* docu, renamed args and exceptions
+ update docu
+ rename arg download to remote_src (simitlar to copy module)
+ exception handling for transfer errors

* add tests

* add test_junos_scp_all

* update to reorganized module utils

* fix unit tests
7 years ago
..
cli
config
contrib
errors
executor Cache tasks as they are queued instead of en masse (#34752) 7 years ago
inventory_test_data/group_vars
mock
module_utils Add Python 3.7 to CI unit test matrix. (#34680) 7 years ago
modules junos scp module (#31950) 7 years ago
parsing
playbook
plugins Ensure that the become password is written on py3 in the ssh connection plugin. Fixes #34727 7 years ago
template
utils
vars
__init__.py
ansible.cfg
conftest.py
test_constants.py