ansible/docs/docsite/rst
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
..
community Add ansible-inventory-grapher to the list of tools (#29068) 2017-09-08 00:19:18 +00:00
dev_guide Remove use of unicode_literals as it is an anti-pattern 2017-09-11 13:33:51 -07:00
modules
roadmap update network section for completed items (#28927) 2017-09-01 10:26:33 -04:00
become.rst
command_line_tools.rst generate rst doc pages for command line tools (#27530) 2017-09-07 15:44:20 -04:00
committer_guidelines.rst
common_return_values.rst
community.rst
conf.py
faq.rst Update places we mention env vars to use :envvar: (#28887) 2017-09-01 14:52:18 -07:00
galaxy.rst Clarify how tag inheritance works (#28942) 2017-09-01 14:55:51 -07:00
glossary.rst change generated playbooks_keywords.rst to use an rst 'glossary' (#28843) 2017-09-07 15:46:53 -04:00
guide_aws.rst
guide_azure.rst expose cloud_environment override in azure_rm modules (#28743) 2017-08-29 13:35:24 -04:00
guide_cloudstack.rst
guide_docker.rst
guide_gce.rst Fix exported SSL_CERT_FILE variable (#28968) 2017-09-05 10:29:11 -04:00
guide_kubernetes.rst
guide_packet.rst
guide_rax.rst
guide_rolling_upgrade.rst
guide_vagrant.rst
guides.rst
index.rst generate rst doc pages for command line tools (#27530) 2017-09-07 15:44:20 -04:00
intro.rst
intro_adhoc.rst
intro_bsd.rst
intro_configuration.rst docs: add fact caching directives to intro_configuration (#27040) 2017-09-01 14:57:58 -07:00
intro_dynamic_inventory.rst Update places we mention env vars to use :envvar: (#28887) 2017-09-01 14:52:18 -07:00
intro_getting_started.rst Update places we mention env vars to use :envvar: (#28887) 2017-09-01 14:52:18 -07:00
intro_installation.rst
intro_inventory.rst introducing ALSO YAML inventory (#28596) 2017-09-06 23:47:27 -04:00
intro_networking.rst Update places we mention env vars to use :envvar: (#28887) 2017-09-01 14:52:18 -07:00
intro_patterns.rst
intro_windows.rst document the required variables for using Windows certificates (#29112) 2017-09-08 12:52:25 +10:00
modules.rst
modules_intro.rst
modules_support.rst Fix bugs with modules_support.rst 2017-09-11 17:33:16 -07:00
network_debug_troubleshooting.rst Misc typo corrections 2017-09-09 10:25:50 -07:00
playbook_pathing.rst
playbooks.rst
playbooks_acceleration.rst Fix small typos and extra whitespace in the docs (#24559) 2017-09-05 13:43:11 -07:00
playbooks_advanced_syntax.rst
playbooks_async.rst
playbooks_best_practices.rst Update playbooks_best_practices.rst (#26714) 2017-09-01 14:56:51 -07:00
playbooks_blocks.rst Properly format inline code. 2017-09-05 11:54:48 -04:00
playbooks_checkmode.rst
playbooks_conditionals.rst
playbooks_debugger.rst
playbooks_delegation.rst
playbooks_environment.rst
playbooks_error_handling.rst
playbooks_filters.rst fix typo in new jsonquery filter example that uses backticks (#29082) 2017-09-07 23:51:36 +00:00
playbooks_filters_ipaddr.rst
playbooks_intro.rst
playbooks_lookups.rst
playbooks_loops.rst Fixed wording. 2017-08-31 11:20:28 -07:00
playbooks_prompts.rst
playbooks_python_version.rst
playbooks_reuse.rst clarify import_ docs (#28395) 2017-09-06 23:50:50 -04:00
playbooks_reuse_includes.rst clarify import_ docs (#28395) 2017-09-06 23:50:50 -04:00
playbooks_reuse_roles.rst clarify import_ docs (#28395) 2017-09-06 23:50:50 -04:00
playbooks_roles.rst
playbooks_special_topics.rst
playbooks_startnstep.rst
playbooks_strategies.rst
playbooks_tags.rst Clarify how tag inheritance works (#28942) 2017-09-01 14:55:51 -07:00
playbooks_templating.rst
playbooks_tests.rst
playbooks_variables.rst document ansible_group_priority (#28777) 2017-09-06 23:36:01 -04:00
playbooks_vault.rst Vault docs (#26979) 2017-08-31 12:18:38 -07:00
porting_guide_2.0.rst Update places we mention env vars to use :envvar: (#28887) 2017-09-01 14:52:18 -07:00
porting_guide_2.3.rst Allow delegate_to if transport is not cli (#29945) 2017-09-12 21:34:13 +05:30
porting_guides.rst
python_3_support.rst Fix minor formatting issue in python_3_support.rst (#29161) 2017-09-09 06:02:18 +00:00
quickstart.rst
release_and_maintenance.rst
test_strategies.rst
tower.rst
vault.rst generate rst doc pages for command line tools (#27530) 2017-09-07 15:44:20 -04:00
YAMLSyntax.rst