From cce8f3cb7e9b6f3b1bf0c1d3f22b366947cd4d72 Mon Sep 17 00:00:00 2001 From: taso <74918216+tasoint@users.noreply.github.com> Date: Wed, 23 Oct 2024 05:51:14 +0900 Subject: [PATCH] fix network_best_practices_2.5.rst (#2036) fix inline markup (cherry picked from commit d7d8ac9b132c7f71ee368d53bea659cfc27b84de) --- .../rst/network/user_guide/network_best_practices_2.5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/network/user_guide/network_best_practices_2.5.rst b/docs/docsite/rst/network/user_guide/network_best_practices_2.5.rst index b75af7b2ecc..3b4854cd90e 100644 --- a/docs/docsite/rst/network/user_guide/network_best_practices_2.5.rst +++ b/docs/docsite/rst/network/user_guide/network_best_practices_2.5.rst @@ -111,7 +111,7 @@ The following variables are common for all platforms in the inventory, though th :ansible_connection: - Ansible uses the ansible-connection setting to determine how to connect to a remote device. When working with Ansible Networking, set this to an appropriate network connection option, such as``ansible.netcommon.network_cli``, so Ansible treats the remote node as a network device with a limited Execution Environment. Without this setting, Ansible would attempt to use ssh to connect to the remote and execute the Python script on the network device, which would fail because Python generally isn't available on network devices. + Ansible uses the ansible-connection setting to determine how to connect to a remote device. When working with Ansible Networking, set this to an appropriate network connection option, such as ``ansible.netcommon.network_cli``, so Ansible treats the remote node as a network device with a limited Execution Environment. Without this setting, Ansible would attempt to use ssh to connect to the remote and execute the Python script on the network device, which would fail because Python generally isn't available on network devices. :ansible_network_os: Informs Ansible which Network platform this hosts corresponds to. This is required when using the ``ansible.netcommon.*`` connection options. :ansible_user: The user to connect to the remote device (switch) as. Without this the user that is running ``ansible-playbook`` would be used.