mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-16 01:45:25 -07:00
Link to new network platform pages (#37057)
Also fix a few broken links
This commit is contained in:
parent
4ed0e5072d
commit
7a4e270ae0
2 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue