From 21120d998881743ce5fd77c85e083dc2ab9b8363 Mon Sep 17 00:00:00 2001 From: Peter Sprygada Date: Tue, 20 Sep 2016 17:06:50 -0400 Subject: [PATCH] update intro to networking section removes out of date device list and adds note about supported transports --- docsite/rst/intro_networking.rst | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docsite/rst/intro_networking.rst b/docsite/rst/intro_networking.rst index cac953d67c6..e480d7f36b1 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: