mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Link to new network platform pages (#37057)
Also fix a few broken links
This commit is contained in:
@@ -22,10 +22,10 @@ Prerequisites
|
||||
|
||||
This example requires the following:
|
||||
|
||||
* **Ansible 2.5** (or higher) installed. See :doc:`../installation_guide/intro_installation` for more information.
|
||||
* **Ansible 2.5** (or higher) installed. See :doc:`../../installation_guide/intro_installation` for more information.
|
||||
* One or more network devices that are compatible with Ansible.
|
||||
* Basic understanding of YAML :doc:`../reference_appendices/YAMLSyntax`.
|
||||
* Basic understanding of Jinja2 Templates. See :doc:`../user_guide/playbooks_templating` for more information.
|
||||
* Basic understanding of YAML :doc:`../../reference_appendices/YAMLSyntax`.
|
||||
* Basic understanding of Jinja2 Templates. See :doc:`../../user_guide/playbooks_templating` for more information.
|
||||
* Basic Linux command line use.
|
||||
* Basic knowledge of network switch & router configurations.
|
||||
|
||||
@@ -118,7 +118,7 @@ Because Ansible is a flexible tool, there are a number of ways to specify connec
|
||||
|
||||
.. warning:: Never store passwords in plain text.
|
||||
|
||||
The "Vault" feature of Ansible allows you to keep sensitive data such as passwords or keys in encrypted files, rather than as plain text in your playbooks or roles. These vault files can then be distributed or placed in source control. See :doc:`../user_guide/playbooks_vault` for more information.
|
||||
The "Vault" feature of Ansible allows you to keep sensitive data such as passwords or keys in encrypted files, rather than as plain text in your playbooks or roles. These vault files can then be distributed or placed in source control. See :doc:`../../user_guide/playbooks_vault` for more information.
|
||||
|
||||
:ansible_connection:
|
||||
|
||||
@@ -361,8 +361,8 @@ If you receive an connection error please double check the inventory and Playboo
|
||||
|
||||
.. seealso::
|
||||
|
||||
* :doc:`../network/index`
|
||||
* :doc:`../user_guide/intro_inventory`
|
||||
* :ref:`network_guide`
|
||||
* :doc:`../../user_guide/intro_inventory`
|
||||
* :ref:`Vault best practices <best_practices_for_variables_and_vaults>`
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user