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
Dag Wieers 513b582ba3 win_reboot: Use more conforming parameter names (#26466)
This is part of the effort to make windows parameters conform to
other modules. Usually parameters don't include the unit in the
parameter name.

See also #20160
8 years ago
..
__init__.py allow pesky 'bridge' facts to bypass facts filter (#28401) 8 years ago
add_host.py add_hosts.py: Fix add_host does not recognise 'host' alias (#27418) 9 years ago
aireos.py Convert value of port and timeout in provider to integer (#28732) 8 years ago
aireos_config.py Adding aireos_config module (#27408) 9 years ago
aruba.py Convert value of port and timeout in provider to integer (#28732) 8 years ago
aruba_config.py Adding aruba_config module (#27130) 9 years ago
asa.py Convert value of port and timeout in provider to integer (#28732) 8 years ago
asa_config.py Fixes for broken asa_config module (#27218) 8 years ago
asa_template.py Collated PEP8 fixes (#25293) 9 years ago
assemble.py Consolidate boolean/mk_boolean conversion functions into a single location 9 years ago
assert.py Implements verbose always to assert action plugin module (#17654) 9 years ago
ce.py Convert value of port and timeout in provider to integer (#28732) 8 years ago
ce_config.py commit plugins action ce_config module. (#21648) 9 years ago
ce_template.py Contributing new /lib/ansible/plugins/action/ce_template.py module to manage HUAWEI data center CloudEngine switch (#21649) 9 years ago
copy.py Enforce `state='file'` in `copy` module 8 years ago
debug.py Update module_utils.six to latest (#22855) 9 years ago
dellos6.py Convert value of port and timeout in provider to integer (#28732) 8 years ago
dellos6_config.py Ansible 2.3 feature support for dellos6. (#23084) 9 years ago
dellos9.py Convert value of port and timeout in provider to integer (#28732) 8 years ago
dellos9_config.py Ansible 2.3 feature support for dellos9 and dellos10 (#22856) 9 years ago
dellos10.py Convert value of port and timeout in provider to integer (#28732) 8 years ago
dellos10_config.py Ansible 2.3 feature support for dellos9 and dellos10 (#22856) 9 years ago
eos.py Convert value of port and timeout in provider to integer (#28732) 8 years ago
eos_config.py updates eos modules to use socket (#21197) 9 years ago
fail.py Two fixes to action plugins 10 years ago
fetch.py fetch: fail if flat=yes and dest=existing-dir w/o trailing slash 9 years ago
fortios_config.py Convert the src entry to a templated entry. (#24026) 9 years ago
group_by.py add support of nested groups in group_by 9 years ago
include_vars.py removed debug print 8 years ago
ios.py Convert value of port and timeout in provider to integer (#28732) 8 years ago
ios_config.py updates ios modules to support persistent socket (#21258) 9 years ago
iosxr.py Convert value of port and timeout in provider to integer (#28732) 8 years ago
iosxr_config.py fix unicode errors in iosxr 9 years ago
junos.py Convert value of port and timeout in provider to integer (#28732) 8 years ago
junos_config.py Add support for cliconf and netconf plugin (#25093) 9 years ago
net_banner.py Add net_banner platform agnostic module (#25245) 9 years ago
net_base.py Convert value of port and timeout in provider to integer (#28732) 8 years ago
net_config.py code clean of old code from network modules updates (#21469) 9 years ago
net_interface.py Add net_interface declarative module (#25766) 9 years ago
net_l2_interface.py Add net_l2_interface platform agnostic module (#26410) 9 years ago
net_l3_interface.py Add net_l3_interface vendor neutral module (#26484) 9 years ago
net_linkagg.py Add missing net_linkagg action plugin (#26477) 9 years ago
net_lldp.py Add net_lldp platform agnostic module (#26738) 9 years ago
net_lldp_interface.py Split net_lldp into net_lldp (service) and net_lldp_interface (#26757) 9 years ago
net_logging.py Add net_logging platform agnostic module and junos implementation (#26316) 9 years ago
net_ping.py Net Ping: Add new action plugin for *_ping network modules (#28558) 8 years ago
net_static_route.py Add new net_static_route platform agnostic module (#25455) 9 years ago
net_system.py Platform agnostic net_system module (#24953) 9 years ago
net_user.py New module: platform agnostic way to manage local users on network devices (network/net_user.) (#25259) 9 years ago
net_vlan.py Add net_vlan platform agnostic module (#25252) 9 years ago
net_vrf.py Platform agnostic module for VRFs (#25383) 9 years ago
netconf_config.py netconf_config: support new src attribute (new Action Plugin) (#24337) 9 years ago
normal.py Collated PEP8 fixes (#25293) 9 years ago
nxos.py Convert value of port and timeout in provider to integer (#28732) 8 years ago
nxos_config.py nxos integration fix part 1 (#27069) 9 years ago
ops_config.py Collated PEP8 fixes (#25293) 9 years ago
package.py better reading of 'facts' 9 years ago
patch.py Consolidate boolean/mk_boolean conversion functions into a single location 9 years ago
pause.py Fix the pause module for python3 9 years ago
raw.py Ensure exit_json returns failed = False 9 years ago
script.py script: Add support for chdir argument 9 years ago
service.py better reading of 'facts' 9 years ago
set_fact.py Add set_fact_persistent action and module. (#26153) 9 years ago
set_stats.py Consolidate boolean/mk_boolean conversion functions into a single location 9 years ago
sros.py Convert value of port and timeout in provider to integer (#28732) 8 years ago
sros_config.py Collated PEP8 fixes (#25293) 9 years ago
synchronize.py synchronize: Use private_key and ssh_user with delegate_to (Fixes #16215) (#21686) 8 years ago
telnet.py update telnet module (#28100) 8 years ago
template.py Optimize template (#28044) 8 years ago
unarchive.py Support tilde (~) paths for unarchive creates tests 9 years ago
vyos.py Convert value of port and timeout in provider to integer (#28732) 8 years ago
vyos_config.py Vyos config fixes (#21862) 9 years ago
wait_for_connection.py Bugfix to check-mode and async support, and features (#28448) 8 years ago
win_copy.py win_copy: changes that were missed (#28533) 8 years ago
win_reboot.py win_reboot: Use more conforming parameter names (#26466) 8 years ago
win_template.py Windows: Use the correct newline sequence for the platform (#21846) 9 years ago