community.general/lib/ansible/modules/network/junos
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
2018-01-19 11:07:47 -05:00
..
__init__.py add package init to junos/ 2016-12-08 11:24:05 -05:00
junos_banner.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00
junos_command.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
junos_config.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
junos_facts.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
junos_interface.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00
junos_l3_interface.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00
junos_linkagg.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00
junos_lldp.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00
junos_lldp_interface.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00
junos_logging.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00
junos_netconf.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
junos_package.py Add missing msg in fail_json (#33543) 2017-12-04 21:57:58 +05:30
junos_rpc.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
junos_scp.py junos scp module (#31950) 2018-01-19 11:07:47 -05:00
junos_static_route.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00
junos_system.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00
junos_user.py Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
junos_vlan.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00
junos_vrf.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00