1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/plugins
Ganesh Nalawade 530988666a Allow delegate_to if transport is not cli (#29945)
Fixes #29060

Allow delegate_to if transport is either nxapi or eapi.

Persistent connection uses `cli` transport and create
a local socket on control node. Hence delegate_to is not allowed
for `cli` transport.

However as `nxapi` and `eapi` transport does not use persistent connection
it is possible to use delegate_to in this case.
2017-09-12 21:34:13 +05:30
..
action Allow delegate_to if transport is not cli (#29945) 2017-09-12 21:34:13 +05:30
cache Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
callback Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
cliconf New module aireos_command (#26769) 2017-07-19 23:14:52 +05:30
connection Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
filter Fix set theory filters for python3 2017-09-09 17:38:39 -07:00
inventory Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
lookup Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
netconf Add support for netconf network discovery (#25435) 2017-06-28 11:07:38 +05:30
shell fixes to config/setting retrieval 2017-09-09 09:48:22 -07:00
strategy Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
terminal fix issue with trailing white space when logging into asa (#28073) 2017-08-11 12:30:57 -04:00
test better backwards compat handling of status 2017-07-05 21:44:00 -04:00
vars Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
__init__.py allow config for callbaks and some fixes 2017-09-11 14:00:01 -07:00
loader.py Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00