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
Peter Sprygada 075a03d511 adds action plugin for working with network configuration files
This adds a action plugin that will allow config and template modules
to be merged into a single module.  Once completed this will supercede
the net_template action plugin.
10 years ago
..
__init__.py Search path (#16387) 10 years ago
add_host.py Allow groups to be specified using YAML list syntax for add_host 10 years ago
asa_template.py Module util, template action and doc fragment for Cisco ASA 10 years ago
assemble.py Search path (#16387) 10 years ago
assert.py Two fixes to action plugins 10 years ago
async.py Parse async response in async action. (#16534) 10 years ago
copy.py Search path (#16387) 10 years ago
debug.py removed unused boolean 10 years ago
eos_template.py initial add of action plugin eos_template 10 years ago
fail.py Two fixes to action plugins 10 years ago
fetch.py Fix unicode handling in connection plugins. 10 years ago
group_by.py Do not set 'changed' to True when using group_by 10 years ago
include_vars.py Search path (#16387) 10 years ago
ios_config.py adds action plugin for working with network configuration files 10 years ago
ios_template.py initial add of action plugin ios_template 10 years ago
iosxr_template.py adds new action plugin iosxr_template 10 years ago
junos_template.py updates action plugin junos_template to guess file format 10 years ago
net_config.py adds action plugin for working with network configuration files 10 years ago
net_template.py net_template.py: Fix jinja2 template file search path (#15134) 10 years ago
normal.py better module error handling 10 years ago
nxos_template.py initial add of action plugin nxos_template 10 years ago
ops_template.py updates the ops_template plugin action backup key 10 years ago
package.py updated package to use minimal fact gathering 10 years ago
patch.py Search path (#16387) 10 years ago
pause.py if seconds are specified, min is 1 10 years ago
raw.py raw should not use default executable (#16085) 10 years ago
script.py Search path (#16387) 10 years ago
service.py fix issues when state is not supplied 10 years ago
set_fact.py Two fixes to action plugins 10 years ago
synchronize.py Check that required arguments src and dest are present. 10 years ago
template.py Search path (#16387) 10 years ago
unarchive.py Search path (#16387) 10 years ago
win_copy.py Two fixes to action plugins 10 years ago
win_reboot.py add win_reboot action 10 years ago
win_template.py Two fixes to action plugins 10 years ago