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
2 changed files with 9 additions and 9 deletions

View File

@@ -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>`