Link to new network platform pages (#37057)

Also fix a few broken links
This commit is contained in:
John R Barker 2018-03-06 09:32:26 +00:00 committed by GitHub
parent 4ed0e5072d
commit 7a4e270ae0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -30,7 +30,7 @@ Because network modules execute on the control node instead of on the managed no
"netconf", "XML over SSH", "network_os setting"
"local", "depends on provider", "provider setting"
Beginning with Ansible 2.5, we recommend using ``network_cli`` or ``netconf`` for ``ansible_connection`` whenever possible. For details on using API over HTTPS connections, see the platform-specific pages.
Beginning with Ansible 2.5, we recommend using ``network_cli`` or ``netconf`` for ``ansible_connection`` whenever possible. For details on using API over HTTPS connections, see the :ref:`platform-specific <platform_options>` pages.
Modules Organized by Network Platform
@ -43,7 +43,7 @@ A network platform is a set of network devices with a common operating system th
- Juniper: ``junos_``
- VyOS ``vyos_``
All modules within a network platform share certain requirements. Some network platforms have specific differences - see the platform-specific documentation for details.
All modules within a network platform share certain requirements. Some network platforms have specific differences - see the :ref:`platform-specific <platform_options>` documentation for details.
Privilege Escalation: `authorize` and `become`
@ -76,7 +76,7 @@ Some network platforms support privilege escalation but cannot use ``network_cli
transport: eapi
use_ssl: no
And you use the ``setting`` variable in your play(s) or task(s):
And you use the ``eapi`` variable in your play(s) or task(s):
.. code-block:: yaml