mirror of https://github.com/ansible/ansible.git
* fixed network automation index issues
* replace :doc: with :ref:
* fixed anchor misspelling
* fix toc/nav issue -do not put toctree under a subheader
(cherry picked from commit 1c42198f1e)
pull/45251/head
parent
c9685dfe96
commit
84551e4639
@ -1,15 +1,23 @@
|
|||||||
************************************************
|
.. _network_advanced:
|
||||||
User Guide to to Network Automation with Ansible
|
|
||||||
************************************************
|
|
||||||
|
|
||||||
More content coming soon!
|
***************************************************
|
||||||
|
Advanced Topics with Ansible for Network Automation
|
||||||
|
***************************************************
|
||||||
|
|
||||||
Who should use this guide?
|
Once you have mastered the basics of network automation with Ansible, as presented in :ref:`network_getting_started`, use this guide understand platform-specific details, optimization, and troubleshooting tips for Ansible for network automation.
|
||||||
================================================================================
|
|
||||||
|
**Who should use this guide?**
|
||||||
|
|
||||||
This guide is intended for network engineers using Ansible for automation. It covers advanced topics. If you understand networks and Ansible, this guide is for you. You may read through the entire guide if you choose, or use the links below to find the specific information you need.
|
This guide is intended for network engineers using Ansible for automation. It covers advanced topics. If you understand networks and Ansible, this guide is for you. You may read through the entire guide if you choose, or use the links below to find the specific information you need.
|
||||||
|
|
||||||
If you're new to Ansible, or new to using Ansible for network automation, start with the :doc:`Getting Started Guide<../getting_started/index>`.
|
If you're new to Ansible, or new to using Ansible for network automation, start with the :ref:`network_getting_started`.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
:caption: Advanced Topics
|
||||||
|
|
||||||
|
faq
|
||||||
|
network_best_practices_2.5
|
||||||
|
network_debug_troubleshooting
|
||||||
|
network_working_with_command_output
|
||||||
|
platform_index
|
||||||
|
|||||||
Loading…
Reference in New Issue