Arista EOS supports multiple connections. This page offers details on how each connection works in Ansible 2.6 and how to use it.
Arista EOS supports multiple connections. This page offers details on how each connection works in Ansible and how to use it.
..contents:: Topics
@ -41,8 +41,8 @@ Connections Available
For legacy playbooks, EOS still supports ``ansible_connection: local``. We recommend modernizing to use ``ansible_connection: network_cli`` or ``ansible_connection: httpapi`` as soon as possible.
IOS supports Enable Mode (Privilege Escalation). This page offers details on how to use Enable Mode on IOS in Ansible 2.6.
IOS supports Enable Mode (Privilege Escalation). This page offers details on how to use Enable Mode on IOS in Ansible.
..contents:: Topics
@ -34,8 +34,8 @@ Connections Available
For legacy playbooks, IOS still supports ``ansible_connection: local``. We recommend modernizing to use ``ansible_connection: network_cli`` as soon as possible.
IronWare supports Enable Mode (Privilege Escalation). This page offers details on how to use Enable Mode on IronWare in Ansible 2.7.
IronWare supports Enable Mode (Privilege Escalation). This page offers details on how to use Enable Mode on IronWare in Ansible.
..contents:: Topics
@ -34,8 +34,8 @@ Connections Available
For legacy playbooks, IronWare still supports ``ansible_connection: local``. We recommend modernizing to use ``ansible_connection: network_cli`` as soon as possible.
Juniper Junos OS supports multiple connections. This page offers details on how each connection works in Ansible 2.6 and how to use it.
Juniper Junos OS supports multiple connections. This page offers details on how each connection works in Ansible and how to use it.
..contents:: Topics
@ -34,8 +34,8 @@ Connections Available
For legacy playbooks, Ansible still supports ``ansible_connection=local`` on all JUNOS modules. We recommend modernizing to use ``ansible_connection=netconf`` or ``ansible_connection=network_cli`` as soon as possible.
This page offers details on how the netconf connection works in Ansible 2.7 and how to use it.
This page offers details on how the netconf connection works in Ansible and how to use it.
..contents:: Topics
@ -27,8 +27,8 @@ Connections Available
For legacy playbooks, Ansible still supports ``ansible_connection=local`` for the netconf_config module only. We recommend modernizing to use ``ansible_connection=netconf`` as soon as possible.
Cisco NXOS supports multiple connections. This page offers details on how each connection works in Ansible 2.6 and how to use it.
Cisco NXOS supports multiple connections. This page offers details on how each connection works in Ansible and how to use it.
..contents:: Topics
@ -36,8 +36,8 @@ Connections Available
For legacy playbooks, NXOS still supports ``ansible_connection: local``. We recommend modernizing to use ``ansible_connection: network_cli`` or ``ansible_connection: httpapi`` as soon as possible.