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 b2f1c0691d initial add of action plugin ops_template
Adds new local action ops_config for handling openswitch configurations using
either dc or cli based configurations.  Implements the common net_config
local action.

Note this refactors the ops_config plugin to ops_template
2016-02-01 11:54:56 -05:00
..
__init__.py Non-newstyle modules can't use pipelining 2016-01-14 17:21:15 -08:00
add_host.py allow for non standard hostnames 2015-12-21 13:42:34 -05:00
assemble.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
assert.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
async.py Make no_target_syslog consistent. 2015-12-05 19:43:02 +01:00
copy.py pass task args without filtering, copy module needs to explcitly support 2015-11-12 09:40:43 -08:00
debug.py debug now validates its params 2015-12-13 00:13:13 -05:00
fail.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
fetch.py Fix erroneous fetch fail when fail_on_missing is set to False 2016-01-15 16:28:17 -08: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 Two fixes to action plugins 2015-10-22 16:07:26 -07:00
normal.py better module error handling 2015-12-22 23:01:56 -05:00
ops_template.py initial add of action plugin ops_template 2016-02-01 11:54:56 -05:00
package.py Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
patch.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
pause.py Don't tracback trying to retore settings 2016-01-19 14:09:22 -08:00
raw.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
script.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
set_fact.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
synchronize.py Simplify code a little 2015-11-19 09:55:06 -08:00
template.py Fix for template module not creating a file that was not present when force=false 2015-12-14 10:55:21 -08:00
unarchive.py Fix logic mistake in unarchive action plugin 2015-12-30 13:49:39 -05:00
win_copy.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
win_template.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00