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/lib/ansible/plugins/action
Nathaniel Case 9b9ed59d98 Vyos config fixes (#21862)
* Fix vyos signatures to match new versions

* Fix test cases referring to 'updates' instead of 'commands'

* I think this is an artifact of `connection: network_cli`?
9 years ago
..
__init__.py win_copy: Add force parameter and check-mode support (#20405) 9 years ago
add_host.py refactoring async 9 years ago
asa_config.py fix up asa shared module 9 years ago
asa_template.py Module util, template action and doc fragment for Cisco ASA 10 years ago
assemble.py refactoring async 9 years ago
assert.py Implements verbose always to assert action plugin module (#17654) 9 years ago
copy.py win_copy: Add force parameter and check-mode support (#20405) 9 years ago
debug.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 9 years ago
dellos6_config.py Renamed the Modules from dnos* -> dellos*, updated copyright, removed… (#17617) 9 years ago
dellos9_config.py Renamed the Modules from dnos* -> dellos*, updated copyright, removed… (#17617) 9 years ago
dellos10_config.py Renamed the Modules from dnos* -> dellos*, updated copyright, removed… (#17617) 9 years ago
eos.py Fix a few errors (#21854) 9 years ago
eos_config.py updates eos modules to use socket (#21197) 9 years ago
eos_template.py updates eos modules to use socket (#21197) 9 years ago
fail.py Two fixes to action plugins 10 years ago
fetch.py unified boolean function 9 years ago
group_by.py Do not set 'changed' to True when using group_by 10 years ago
include_vars.py added 'extensions' options to include_vars 9 years ago
ios.py maps ios provider ssh_keyfile to play_context (#21597) 9 years ago
ios_config.py updates ios modules to support persistent socket (#21258) 9 years ago
ios_template.py updates ios modules to support persistent socket (#21258) 9 years ago
iosxr.py Removes default kwarg in iosxr_argument_spec for timeout (#21569) 9 years ago
iosxr_config.py updates iosxr modules to support socket (#21231) 9 years ago
iosxr_template.py updates iosxr modules to support socket (#21231) 9 years ago
junos.py minor fixes to junos action (#21643) 9 years ago
junos_config.py refactors junos modules to support persistent socket connections (#21365) 9 years ago
junos_template.py refactors junos modules to support persistent socket connections (#21365) 9 years ago
net_config.py code clean of old code from network modules updates (#21469) 9 years ago
net_template.py code clean of old code from network modules updates (#21469) 9 years ago
normal.py Complete rewrite of Windows exec wrapper (#21510) 9 years ago
nxos.py fixes import statement in nxos_facts module (#21834) 9 years ago
nxos_config.py refactors nxos module to use persistent connections (#21470) 9 years ago
nxos_template.py refactors nxos module to use persistent connections (#21470) 9 years ago
ops_config.py minor bug fixes in openswitch shared module 9 years ago
ops_template.py Migrate basestring to a python3 compatible type (#17199) 9 years ago
package.py refactoring async 9 years ago
patch.py refactoring async 9 years ago
pause.py if seconds are specified, min is 1 10 years ago
raw.py raw now returns changed: true (#17112) 9 years ago
script.py Complete rewrite of Windows exec wrapper (#21510) 9 years ago
service.py service: deprecate state=running (#21499) 9 years ago
set_fact.py unified boolean function 9 years ago
set_stats.py allow modules to set custom stats (#18946) 9 years ago
sros_config.py initial add of shared modules for supporting Nokia SROS devices 9 years ago
synchronize.py Don't use rsync-path in synchronize with docker 9 years ago
template.py refactoring async 9 years ago
unarchive.py refactoring async 9 years ago
vyos.py Vyos config fixes (#21862) 9 years ago
vyos_config.py Vyos config fixes (#21862) 9 years ago
win_copy.py Two fixes to action plugins 10 years ago
win_reboot.py ensure win_reboot warnings value is a list 9 years ago
win_template.py Two fixes to action plugins 10 years ago