summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlicia Cozine <cozi@visi.com>2018-05-30 15:29:06 -0500
committerGitHub <noreply@github.com>2018-05-30 15:29:06 -0500
commit0c907779a414fd3394db016d98283a611e69b6ee (patch)
tree7b2ffbc529d043ef8668efdb2bdb48ebf653d8d8 /docs
parentb184e73b897d6e702f1c4c7868c963633921aa51 (diff)
downloadansible-0c907779a414fd3394db016d98283a611e69b6ee.tar.gz
updates network examples to 2.6 (#40831) (#40899)
(cherry picked from commit e2146a76969a60dc7b2e81ad8884602ec82c9128)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/network/user_guide/platform_eos.rst6
-rw-r--r--docs/docsite/rst/network/user_guide/platform_ios.rst4
-rw-r--r--docs/docsite/rst/network/user_guide/platform_junos.rst6
-rw-r--r--docs/docsite/rst/network/user_guide/platform_nxos.rst6
4 files changed, 11 insertions, 11 deletions
diff --git a/docs/docsite/rst/network/user_guide/platform_eos.rst b/docs/docsite/rst/network/user_guide/platform_eos.rst
index 8cff7a16b5..3362d51f9c 100644
--- a/docs/docsite/rst/network/user_guide/platform_eos.rst
+++ b/docs/docsite/rst/network/user_guide/platform_eos.rst
@@ -4,7 +4,7 @@
EOS Platform Options
***************************************
-Arista EOS supports multiple connections. This page offers details on how each connection works in Ansible 2.5 and how to use it.
+Arista EOS supports multiple connections. This page offers details on how each connection works in Ansible 2.6 and how to use it.
.. contents:: Topics
@@ -41,7 +41,7 @@ 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.
-Using CLI in Ansible 2.5
+Using CLI in Ansible 2.6
================================================================================
Example CLI ``group_vars/eos.yml``
@@ -76,7 +76,7 @@ Example CLI Task
-Using eAPI in Ansible 2.5
+Using eAPI in Ansible 2.6
================================================================================
Enabling eAPI
diff --git a/docs/docsite/rst/network/user_guide/platform_ios.rst b/docs/docsite/rst/network/user_guide/platform_ios.rst
index 01fd7cf5e7..e38f6a8a81 100644
--- a/docs/docsite/rst/network/user_guide/platform_ios.rst
+++ b/docs/docsite/rst/network/user_guide/platform_ios.rst
@@ -4,7 +4,7 @@
IOS Platform Options
***************************************
-IOS supports Enable Mode (Privilege Escalation). This page offers details on how to use Enable Mode on IOS in Ansible 2.5.
+IOS supports Enable Mode (Privilege Escalation). This page offers details on how to use Enable Mode on IOS in Ansible 2.6.
.. contents:: Topics
@@ -34,7 +34,7 @@ Connections Available
For legacy playbooks, IOS still supports ``ansible_connection: local``. We recommend modernizing to use ``ansible_connection: network_cli`` as soon as possible.
-Using CLI in Ansible 2.5
+Using CLI in Ansible 2.6
================================================================================
Example CLI ``group_vars/ios.yml``
diff --git a/docs/docsite/rst/network/user_guide/platform_junos.rst b/docs/docsite/rst/network/user_guide/platform_junos.rst
index b05edddee5..6fe76e41d6 100644
--- a/docs/docsite/rst/network/user_guide/platform_junos.rst
+++ b/docs/docsite/rst/network/user_guide/platform_junos.rst
@@ -4,7 +4,7 @@
Junos OS Platform Options
***************************************
-Juniper Junos OS supports multiple connections. This page offers details on how each connection works in Ansible 2.5 and how to use it.
+Juniper Junos OS supports multiple connections. This page offers details on how each connection works in Ansible 2.6 and how to use it.
.. contents:: Topics
@@ -34,7 +34,7 @@ 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.
-Using CLI in Ansible 2.5
+Using CLI in Ansible 2.6
================================================================================
Example CLI inventory ``[junos:vars]``
@@ -65,7 +65,7 @@ Example CLI Task
when: ansible_network_os == 'junos'
-Using NETCONF in Ansible 2.5
+Using NETCONF in Ansible 2.6
================================================================================
Enabling NETCONF
diff --git a/docs/docsite/rst/network/user_guide/platform_nxos.rst b/docs/docsite/rst/network/user_guide/platform_nxos.rst
index 1fb7784273..84f41570f4 100644
--- a/docs/docsite/rst/network/user_guide/platform_nxos.rst
+++ b/docs/docsite/rst/network/user_guide/platform_nxos.rst
@@ -4,7 +4,7 @@
NXOS Platform Options
***************************************
-Cisco NXOS supports multiple connections. This page offers details on how each connection works in Ansible 2.5 and how to use it.
+Cisco NXOS supports multiple connections. This page offers details on how each connection works in Ansible 2.6 and how to use it.
.. contents:: Topics
@@ -32,7 +32,7 @@ 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.
-Using CLI in Ansible 2.5
+Using CLI in Ansible 2.6
================================================================================
Example CLI ``group_vars/nxos.yml``
@@ -67,7 +67,7 @@ Example CLI Task
-Using NX-API in Ansible 2.5
+Using NX-API in Ansible 2.6
================================================================================
Enabling NX-API