summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscottb <sydtech@gmail.com>2016-09-20 17:23:36 -0700
committerGitHub <noreply@github.com>2016-09-20 17:23:36 -0700
commit33c96f6b7f5831855f394c6ceef40c46324b9377 (patch)
tree4f36e566db22c966378f4e6dfdc11a8a331abced
parente0ad02c6dd2df919c5f423fde98c28f81d0286b8 (diff)
parent21120d998881743ce5fd77c85e083dc2ab9b8363 (diff)
downloadansible-33c96f6b7f5831855f394c6ceef40c46324b9377.tar.gz
Merge pull request #17677 from privateip/network_docs
update intro to networking section
-rw-r--r--docsite/rst/intro_networking.rst12
1 files changed, 1 insertions, 11 deletions
diff --git a/docsite/rst/intro_networking.rst b/docsite/rst/intro_networking.rst
index cac953d67c..e480d7f36b 100644
--- a/docsite/rst/intro_networking.rst
+++ b/docsite/rst/intro_networking.rst
@@ -8,17 +8,7 @@ Networking Support
Working with Networking Devices
```````````````````````````````
-Starting with Ansible version 2.1, you can now use the familiar Ansible models of playbook authoring and module development to manage heterogenous networking devices.
-
-Ansible currently supports the following networking devices:
-
-* Arista EOS
-* Cisco NXOS
-* Cisco IOS
-* Cisco IOSXR
-* Cumulus Linux
-* Juniper JUNOS
-* OpenSwitch
+Starting with Ansible version 2.1, you can now use the familiar Ansible models of playbook authoring and module development to manage heterogenous networking devices. Ansible supports a growing number of network devices using both CLI over SSH and API (when available) transports.
.. _networking_installation: