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 9c0275a879
Connection plugins network_cli and netconf (#32521)
* implements jsonrpc message passing for ansible-connection

* implements more generic mechanism for persistent connections
* starts persistent connection in task_executor if enabled and supported
* supports using network_cli as top level connection plugin
* enhances logging for persistent connection to stdout

* Update action plugins

* Fix Python3 RPC

* Fix Junos bytes<-->str issues

* supports using netconf as top level connection plugin

* Error message when running netconf on an unsupported platform
* Update tests

* Fix `authorize: yes` for `connection: local`

* Handle potentially JSON data in terminal

* Add clarifying detail if possible on ConnectionError
8 years ago
..
__init__.py Connection plugins network_cli and netconf (#32521) 8 years ago
add_host.py add_hosts.py: Fix add_host does not recognise 'host' alias (#27418) 8 years ago
aireos.py Fix unwanted deprecation message in network module args (#28984) 8 years ago
aireos_config.py Adding aireos_config module (#27408) 8 years ago
aruba.py Fix unwanted deprecation message in network module args (#28984) 8 years ago
aruba_config.py Adding aruba_config module (#27130) 8 years ago
asa.py Fix import error. Was pointing to the wrong module (#30293) 8 years ago
asa_config.py Fixes for broken asa_config module (#27218) 8 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
bigip.py Adding a cli transport option for the bigip_command module. (#30391) 8 years ago
ce.py Fix unwanted deprecation message in network module args (#28984) 8 years ago
ce_config.py commit plugins action ce_config module. (#21648) 9 years ago
ce_template.py Fix urlparse import for Python3 (#31240) 8 years ago
copy.py remove action plugin only fields from 'file' calls (#31047) 8 years ago
debug.py show specific undefined var errors on -v in debug (#32206) 8 years ago
dellos6.py Fix Dell OS network module timeout (#30355) 8 years ago
dellos6_config.py Ansible 2.3 feature support for dellos6. (#23084) 9 years ago
dellos9.py Fix Dell OS network module timeout (#30355) 8 years ago
dellos9_config.py Ansible 2.3 feature support for dellos9 and dellos10 (#22856) 9 years ago
dellos10.py Fix Dell OS network module timeout (#30355) 8 years ago
dellos10_config.py Ansible 2.3 feature support for dellos9 and dellos10 (#22856) 9 years ago
enos.py New enos_facts, + module_utils/enos.py. modifying copyright year in rest all (#31696) 8 years ago
eos.py Connection plugins network_cli and netconf (#32521) 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 8 years ago
fortios_config.py Convert the src entry to a templated entry. (#24026) 8 years ago
group_by.py add support of nested groups in group_by 8 years ago
include_vars.py BugFix code breaks, if include_vars dir is file instead of directory (#31157) 8 years ago
ios.py Connection plugins network_cli and netconf (#32521) 8 years ago
ios_config.py updates ios modules to support persistent socket (#21258) 9 years ago
iosxr.py Connection plugins network_cli and netconf (#32521) 8 years ago
iosxr_config.py fix unicode errors in iosxr 9 years ago
ironware.py Network command module for Brocade IronWare routers (#31429) 8 years ago
ironware_config.py ironware_config module (#32187) 8 years ago
junos.py Connection plugins network_cli and netconf (#32521) 8 years ago
junos_config.py Ensure proper conversion while backing up of junos config (#28958) 8 years ago
net_banner.py Add net_banner platform agnostic module (#25245) 9 years ago
net_base.py Connection plugins network_cli and netconf (#32521) 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 Connection plugins network_cli and netconf (#32521) 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 namespace facts 8 years ago
patch.py Consolidate boolean/mk_boolean conversion functions into a single location 9 years ago
pause.py Fix #31694: running with closed stdin on python 3 (#31695) 8 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 namespace facts 8 years ago
set_fact.py fix precedence issue with facts and vars (#32302) 8 years ago
set_stats.py Consolidate boolean/mk_boolean conversion functions into a single location 9 years ago
sros.py Fix unwanted deprecation message in network module args (#28984) 8 years ago
sros_config.py Collated PEP8 fixes (#25293) 9 years ago
synchronize.py namespace facts 8 years ago
telnet.py Add alias to command option in telnet (#30825) 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 Connection plugins network_cli and netconf (#32521) 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: added decrypt option (#31291) 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