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
Lance Richardson dc08b9a738 new module exos_config (#43902)
- support config operations for EXOS-based platforms
- add regex to detect command failure responses
- add exos action plugin for "backup" operation
- add unit tests for exos_command (currently 94% coverage of
  exos_config.py)
7 years ago
..
__init__.py Remove call to parse_returned_data when removing tmpdir 7 years ago
add_host.py add_host: check if name or hostname arg is provided 8 years ago
aireos.py Support setting persistent command timeout per task basis (#42847) 8 years ago
aireos_config.py Network *_config action plugin updates (#43838) 7 years ago
aruba.py Support setting persistent command timeout per task basis (#42847) 8 years ago
aruba_config.py Network *_config action plugin updates (#43838) 7 years ago
asa.py Let called functions use `method` keyword (#43086) 8 years ago
asa_config.py Network *_config action plugin updates (#43838) 7 years ago
assemble.py Rename original_basename parameter in various file-related modules 8 years ago
assert.py Improve code style 8 years ago
aws_s3.py Fix async for aws_s3 - fixes #40281 (#40826) 8 years ago
bigip.py Support setting persistent command timeout per task basis (#42847) 8 years ago
bigiq.py Support setting persistent command timeout per task basis (#42847) 8 years ago
ce.py Support setting persistent command timeout per task basis (#42847) 8 years ago
ce_config.py Network *_config action plugin updates (#43838) 7 years ago
ce_template.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
cli_command.py cli_command module (#42916) 7 years ago
cli_config.py Add cli_config module (#42413) 7 years ago
cnos.py Support setting persistent command timeout per task basis (#42847) 8 years ago
cnos_config.py Network *_config action plugin updates (#43838) 7 years ago
command.py Normalize usage of temp and tmp on tmp (#36221) 8 years ago
copy.py ensure copy action plugin returns an invocation in result (#41426) 8 years ago
debug.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
dellos6.py Support setting persistent command timeout per task basis (#42847) 8 years ago
dellos6_config.py Network *_config action plugin updates (#43838) 7 years ago
dellos9.py Support setting persistent command timeout per task basis (#42847) 8 years ago
dellos9_config.py Network *_config action plugin updates (#43838) 7 years ago
dellos10.py Support setting persistent command timeout per task basis (#42847) 8 years ago
dellos10_config.py Network *_config action plugin updates (#43838) 7 years ago
edgeos_config.py EdgeOS module improvements (#39530) 8 years ago
enos.py Support setting persistent command timeout per task basis (#42847) 8 years ago
enos_config.py Lenovo typofix (#40865) 8 years ago
eos.py Support setting persistent command timeout per task basis (#42847) 8 years ago
eos_config.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
exos_config.py new module exos_config (#43902) 7 years ago
fail.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
fetch.py Remove use of simplejson throughout code base (#43548) 7 years ago
fortios_config.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
group_by.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
include_vars.py Fix typo in ignore_unknown_extensions doc 8 years ago
ios.py Don't close persistent connection socket on command timeout (#43071) 8 years ago
ios_config.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
iosxr.py Support setting persistent command timeout per task basis (#42847) 8 years ago
iosxr_config.py Network *_config action plugin updates (#43838) 7 years ago
ironware.py Ironware: Deprecate provider, support network_cli (#43285) 8 years ago
ironware_config.py Network *_config action plugin updates (#43838) 7 years ago
junos.py Support setting persistent command timeout per task basis (#42847) 8 years ago
junos_config.py Network *_config action plugin updates (#43838) 7 years ago
net_banner.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
net_base.py Support setting persistent command timeout per task basis (#42847) 8 years ago
net_config.py Network *_config action plugin updates (#43838) 7 years ago
net_get.py Idempotency for net_get and net_put modules (#42307) 8 years ago
net_interface.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
net_l2_interface.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
net_l3_interface.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
net_linkagg.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
net_lldp.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
net_lldp_interface.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
net_logging.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
net_ping.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
net_put.py ios_file: Don't leave leftover files behind (#42622) 8 years ago
net_static_route.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
net_system.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
net_user.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
net_vlan.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
net_vrf.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
netconf_config.py netconf_config: support new src attribute (new Action Plugin) (#24337) 9 years ago
normal.py Normalize usage of temp and tmp on tmp (#36221) 8 years ago
nxos.py Support setting persistent command timeout per task basis (#42847) 8 years ago
nxos_config.py Network *_config action plugin updates (#43838) 7 years ago
onyx_config.py Network *_config action plugin updates (#43838) 7 years ago
ops_config.py Collated PEP8 fixes (#25293) 9 years ago
package.py Normalize usage of temp and tmp on tmp (#36221) 8 years ago
patch.py Fix the script and patch plugins tempfile ownership 8 years ago
pause.py Fix NameError in pause module (#42038) 8 years ago
raw.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
script.py Added executable parameter to the script module (#36969) 8 years ago
service.py Normalize usage of temp and tmp on tmp (#36221) 8 years ago
set_fact.py Don't perform string to bool conversion in set_fact when jinja2 native types is enabled (#43425) 7 years ago
set_stats.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
shell.py First bit of fixing temporary to have one source of truth (#35747) 8 years ago
sros.py Support setting persistent command timeout per task basis (#42847) 8 years ago
sros_config.py Network *_config action plugin updates (#43838) 7 years ago
synchronize.py Use _remote_is_local=True for local connection in synchronize (#40833) 8 years ago
telnet.py Fix telnet action plugin type error (#43609) 7 years ago
template.py Allow specifying the output encoding in the template module (#42171) 8 years ago
unarchive.py Rename original_basename parameter in various file-related modules 8 years ago
uri.py Add src parameter for uri module that can be used in place of body. Supports binary files (#33689) 8 years ago
vyos.py Support setting persistent command timeout per task basis (#42847) 8 years ago
vyos_config.py Fix edgeos_config: {backup: yes} (#37619) 8 years ago
wait_for_connection.py changed winrm _reset to reset and make ssh reset show warning (#42651) 8 years ago
win_copy.py Rename original_basename parameter in various file-related modules 8 years ago
win_reboot.py changed winrm _reset to reset and make ssh reset show warning (#42651) 8 years ago
win_template.py Windows: Use the correct newline sequence for the platform (#21846) 9 years ago
win_updates.py win_updates fix when win_updates is run with async (#41756) 8 years ago