mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
update intro to networking section
removes out of date device list and adds note about supported transports
This commit is contained in:
parent
547cea556f
commit
21120d9988
1 changed files with 1 additions and 11 deletions
|
@ -8,17 +8,7 @@ Networking Support
|
||||||
Working with Networking Devices
|
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.
|
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.
|
||||||
|
|
||||||
Ansible currently supports the following networking devices:
|
|
||||||
|
|
||||||
* Arista EOS
|
|
||||||
* Cisco NXOS
|
|
||||||
* Cisco IOS
|
|
||||||
* Cisco IOSXR
|
|
||||||
* Cumulus Linux
|
|
||||||
* Juniper JUNOS
|
|
||||||
* OpenSwitch
|
|
||||||
|
|
||||||
.. _networking_installation:
|
.. _networking_installation:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue