1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/plugins/action
Peter Sprygada eb1453a366 updates iosxr modules to support socket (#21231)
* updates all iosxr modules to support persistent socket
* adds iosxr action plugin to connect to device
* adds exec_command() to iosxr shared module
* fixes iosxr_config and iosxr_template local action
* update all unit test cases
* adds base test module for iosxr module testing
2017-02-15 10:47:02 -05:00
..
__init__.py Fix to bytes surrogate and nonencodable chars (#21180) 2017-02-09 17:13:40 -08:00
add_host.py refactoring async 2017-02-06 19:32:00 -05:00
asa_config.py fix up asa shared module 2016-09-04 08:31:40 -04:00
asa_template.py Module util, template action and doc fragment for Cisco ASA 2016-06-01 20:57:30 +02:00
assemble.py refactoring async 2017-02-06 19:32:00 -05:00
assert.py Implements verbose always to assert action plugin module (#17654) 2016-09-20 10:52:21 -05:00
copy.py refactoring async 2017-02-06 19:32:00 -05:00
debug.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
dellos6_config.py Renamed the Modules from dnos* -> dellos*, updated copyright, removed… (#17617) 2016-09-16 22:45:08 +01:00
dellos9_config.py Renamed the Modules from dnos* -> dellos*, updated copyright, removed… (#17617) 2016-09-16 22:45:08 +01:00
dellos10_config.py Renamed the Modules from dnos* -> dellos*, updated copyright, removed… (#17617) 2016-09-16 22:45:08 +01:00
eos.py checks connection type is local and fails if not in eos (#21429) 2017-02-14 18:42:15 -05:00
eos_config.py updates eos modules to use socket (#21197) 2017-02-13 20:22:10 -05:00
eos_template.py updates eos modules to use socket (#21197) 2017-02-13 20:22:10 -05:00
fail.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
fetch.py unified boolean function 2016-11-29 12:34:30 -05:00
group_by.py Do not set 'changed' to True when using group_by 2016-01-04 17:46:40 +01:00
include_vars.py Return failed instead of raising an error when an include_vars file is missing 2016-11-18 09:28:44 -06:00
ios.py updates network local actions to check for connection=local (#21437) 2017-02-15 11:27:54 +00:00
ios_config.py updates ios modules to support persistent socket (#21258) 2017-02-13 15:22:14 +00:00
ios_template.py updates ios modules to support persistent socket (#21258) 2017-02-13 15:22:14 +00:00
iosxr.py updates iosxr modules to support socket (#21231) 2017-02-15 10:47:02 -05:00
iosxr_config.py updates iosxr modules to support socket (#21231) 2017-02-15 10:47:02 -05:00
iosxr_template.py updates iosxr modules to support socket (#21231) 2017-02-15 10:47:02 -05:00
junos_config.py roll up of updates to junos shared module 2016-09-04 08:37:33 -04:00
junos_template.py updates action plugin junos_template to guess file format 2016-04-24 11:41:00 -04:00
net_config.py refactors eos_config module to use network_cli (#20741) 2017-01-27 16:23:18 -05:00
net_template.py Fix 'No module named network' net_template error (#20060) 2017-01-09 23:45:52 -05:00
network.py refactoring async 2017-02-06 19:32:00 -05:00
normal.py refactoring async 2017-02-06 19:32:00 -05:00
nxos_config.py updates nxos shared module refactor 2016-08-21 08:57:49 -04:00
nxos_template.py initial add of action plugin nxos_template 2016-02-01 11:52:50 -05:00
ops_config.py minor bug fixes in openswitch shared module 2016-08-30 23:04:41 -04:00
ops_template.py Migrate basestring to a python3 compatible type (#17199) 2016-08-23 13:13:44 -07:00
package.py refactoring async 2017-02-06 19:32:00 -05:00
patch.py refactoring async 2017-02-06 19:32:00 -05:00
pause.py if seconds are specified, min is 1 2016-06-27 09:36:15 -04:00
raw.py raw now returns changed: true (#17112) 2016-08-16 20:39:23 -07:00
script.py refactoring async 2017-02-06 19:32:00 -05:00
service.py refactoring async 2017-02-06 19:32:00 -05:00
set_fact.py unified boolean function 2016-11-29 12:34:30 -05:00
set_stats.py allow modules to set custom stats (#18946) 2017-01-05 16:38:36 -05:00
sros_config.py initial add of shared modules for supporting Nokia SROS devices 2016-08-25 11:47:00 -04:00
synchronize.py Don't use rsync-path in synchronize with docker 2017-01-11 14:01:11 -08:00
template.py refactoring async 2017-02-06 19:32:00 -05:00
unarchive.py refactoring async 2017-02-06 19:32:00 -05:00
vyos.py updates network local actions to check for connection=local (#21437) 2017-02-15 11:27:54 +00:00
vyos_config.py updates vyos modules to use socket connection (#21228) 2017-02-13 10:41:22 -05:00
win_copy.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
win_reboot.py ensure win_reboot warnings value is a list 2017-01-16 14:28:18 -08:00
win_template.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00