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/docs
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.
7 years ago
..
api docs: PEP8 compliance (#24681) 7 years ago
bin generate rst doc pages for command line tools (#27530) 7 years ago
docsite Allow delegate_to if transport is not cli (#29945) 7 years ago
man added docs to CLI docstringsadded 7 years ago
templates change generated playbooks_keywords.rst to use an rst 'glossary' (#28843) 7 years ago