summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlicia Cozine <cozi@visi.com>2018-05-30 08:17:04 -0500
committerGitHub <noreply@github.com>2018-05-30 08:17:04 -0500
commitb48b5c585ec0eb43c89787de033053d0d0c0bdfd (patch)
tree814bd757637c2c696978d859b5e8fc93172c3291
parent8e8b469416c8f0971f22c37ae79618eca2443556 (diff)
downloadansible-b48b5c585ec0eb43c89787de033053d0d0c0bdfd.tar.gz
adds table of connections by platform (#40688) (#40830)
(cherry picked from commit 43ca9d15488a7ebb801e29b67bcb8f06507a255f)
-rw-r--r--docs/docsite/rst/network/user_guide/platform_index.rst33
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/docsite/rst/network/user_guide/platform_index.rst b/docs/docsite/rst/network/user_guide/platform_index.rst
index 0f15ddba62..81c75cc1c9 100644
--- a/docs/docsite/rst/network/user_guide/platform_index.rst
+++ b/docs/docsite/rst/network/user_guide/platform_index.rst
@@ -14,3 +14,36 @@ Some Ansible Network platforms support multiple connection types, privilege esca
platform_ios
platform_junos
platform_nxos
+
+.. _settings_by_platform:
+
+Settings by Platform
+================================
+
++----------------+-------------------------+----------------------+----------------------+------------------+------------------+
+|.. | | ``ansible_connection:`` settings available |
++----------------+-------------------------+----------------------+----------------------+------------------+------------------+
+| Network OS | ``ansible_network_os:`` | network_cli | netconf | httpapi | local |
++================+=========================+======================+======================+==================+==================+
+| Arista EOS* | ``eos`` | in v. >=2.5 | N/A | in v. >=2.6 | in v. >=2.4 |
++----------------+-------------------------+----------------------+----------------------+------------------+------------------+
+| Cisco ASA | ``asa`` | in v. >=2.5 | N/A | N/A | in v. >=2.4 |
++----------------+-------------------------+----------------------+----------------------+------------------+------------------+
+| Cisco IOS* | ``ios`` | in v. >=2.5 | N/A | N/A | in v. >=2.4 |
++----------------+-------------------------+----------------------+----------------------+------------------+------------------+
+| Cisco IOS XR* | ``iosxr`` | in v. >=2.5 | N/A | N/A | in v. >=2.4 |
++----------------+-------------------------+----------------------+----------------------+------------------+------------------+
+| Cisco NX-OS* | ``nxos`` | in v. >=2.5 | N/A | in v. >=2.6 | in v. >=2.4 |
++----------------+-------------------------+----------------------+----------------------+------------------+------------------+
+| F5 BIG-IP | N/A | N/A | N/A | N/A | in v. >=2.0 |
++----------------+-------------------------+----------------------+----------------------+------------------+------------------+
+| F5 BIG-IQ | N/A | N/A | N/A | N/A | in v. >=2.0 |
++----------------+-------------------------+----------------------+----------------------+------------------+------------------+
+| Junos OS* | ``junos`` | in v. >=2.5 | in v. >=2.5 | N/A | in v. >=2.4 |
++----------------+-------------------------+----------------------+----------------------+------------------+------------------+
+| Nokia SR OS | ``sros`` | in v. >=2.5 | N/A | N/A | in v. >=2.4 |
++----------------+-------------------------+----------------------+----------------------+------------------+------------------+
+| VyOS* | ``vyos`` | in v. >=2.5 | N/A | N/A | in v. >=2.4 |
++----------------+-------------------------+----------------------+----------------------+------------------+------------------+
+
+`*` Maintained by Ansible Network Team \ No newline at end of file