community.general/lib/ansible/plugins/action
Ganesh Nalawade 11c9ad23d5
Refactor common network shared and platform utils code into package (#33452)
* Refactor common network shared and platform specific code into package (part-1)

As per proposal #76 refactor common network shared and platform specific
code into sub-package.
https://github.com/ansible/proposals/issues/76

*  ansible.module_utils.network.common - command shared functions
*  ansible.module_utils.network.{{ platform }} - where platform is platform specific shared functions

*  Fix review comments

* Fix review comments
2017-12-03 21:42:30 +05:30
..
__init__.py add deprecation for stat get_md5 (#33002) 2017-11-27 18:58:55 -05:00
add_host.py
aireos.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
aireos_config.py
aruba.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
aruba_config.py
asa.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
asa_config.py
assemble.py
assert.py
bigip.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
ce.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
ce_config.py
ce_template.py Fix urlparse import for Python3 (#31240) 2017-10-09 20:18:09 -07:00
copy.py remove action plugin only fields from 'file' calls (#31047) 2017-09-29 17:13:32 -07:00
debug.py show specific undefined var errors on -v in debug (#32206) 2017-11-02 18:11:31 -04:00
dellos6.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
dellos6_config.py
dellos9.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
dellos9_config.py
dellos10.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
dellos10_config.py
enos.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
eos.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
eos_config.py
fail.py
fetch.py
fortios_config.py
group_by.py
include_vars.py BugFix code breaks, if include_vars dir is file instead of directory (#31157) 2017-10-03 00:00:51 -04:00
ios.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
ios_config.py
iosxr.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
iosxr_config.py
ironware.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
ironware_config.py ironware_config module (#32187) 2017-11-07 08:22:22 +00:00
junos.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
junos_config.py Ensure proper conversion while backing up of junos config (#28958) 2017-09-04 20:12:11 +05:30
mlnxos.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
mlnxos_config.py Add mlnxos_config module (#33356) 2017-12-01 17:03:02 +00:00
net_banner.py
net_base.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
net_config.py
net_interface.py
net_l2_interface.py
net_l3_interface.py
net_linkagg.py
net_lldp.py
net_lldp_interface.py
net_logging.py
net_ping.py Net Ping: Add new action plugin for *_ping network modules (#28558) 2017-08-29 13:28:58 -04:00
net_static_route.py
net_system.py
net_user.py
net_vlan.py
net_vrf.py
netconf_config.py
normal.py Adding aliases for field attributes and renaming async attribute (#33141) 2017-11-22 12:35:58 -08:00
nxos.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
nxos_config.py
ops_config.py
package.py Adding aliases for field attributes and renaming async attribute (#33141) 2017-11-22 12:35:58 -08:00
patch.py
pause.py Fix #31694: running with closed stdin on python 3 (#31695) 2017-11-08 11:59:42 +01:00
raw.py
script.py Add proper check mode support to the script module (#31852) 2017-11-13 15:33:44 -08:00
service.py Adding aliases for field attributes and renaming async attribute (#33141) 2017-11-22 12:35:58 -08:00
set_fact.py fix precedence issue with facts and vars (#32302) 2017-11-01 11:42:17 -04:00
set_stats.py
sros.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
sros_config.py
synchronize.py namespace facts 2017-11-09 09:48:14 -05:00
telnet.py Add alias to command option in telnet (#30825) 2017-09-28 18:07:37 +05:30
template.py Optimize template (#28044) 2017-08-11 17:50:49 -07:00
unarchive.py
vyos.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
vyos_config.py
wait_for_connection.py Bugfix to check-mode and async support, and features (#28448) 2017-08-29 14:44:50 -07:00
win_copy.py Update win_copy for #32677 (#32682) 2017-11-10 06:34:29 +10:00
win_reboot.py win_reboot: change to sample system uptime instead of checking port status (#31767) 2017-11-20 16:01:22 -08:00
win_template.py