summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/network/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/rst/network/index.rst')
-rw-r--r--docs/docsite/rst/network/index.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/docsite/rst/network/index.rst b/docs/docsite/rst/network/index.rst
new file mode 100644
index 0000000..2575639
--- /dev/null
+++ b/docs/docsite/rst/network/index.rst
@@ -0,0 +1,20 @@
+:orphan:
+
+.. _network_guide:
+
+******************************
+Ansible for Network Automation
+******************************
+
+Ansible Network modules extend the benefits of simple, powerful, agentless automation to network administrators and teams. Ansible Network modules can configure your network stack, test and validate existing network state, and discover and correct network configuration drift.
+
+If you're new to Ansible, or new to using Ansible for network management, start with :ref:`network_getting_started`. If you are already familiar with network automation with Ansible, see :ref:`network_advanced`.
+
+For documentation on using a particular network module, consult the :ref:`list of all network modules<network_modules>`. Network modules for various hardware are supported by different teams including the hardware vendors themselves, volunteers from the Ansible community, and the Ansible Network Team.
+
+.. toctree::
+ :maxdepth: 3
+
+ getting_started/index
+ user_guide/index
+ dev_guide/index