issue #78082 add concepts to start (#78097)

This commit is contained in:
Don Naro
2022-06-23 16:28:02 -04:00
committed by GitHub
parent 59f3f1b625
commit 08327c698c
4 changed files with 17 additions and 9 deletions
@@ -0,0 +1,13 @@
.. _basic_concepts:
****************
Ansible concepts
****************
These concepts are common to all uses of Ansible.
You should understand them before using Ansible or reading the documentation.
.. contents::
:local:
.. include:: /shared_snippets/basic_concepts.txt
+2 -1
View File
@@ -95,4 +95,5 @@ Continue by :ref:`learning how to build an inventory<get_started_inventory>`.
:maxdepth: 1
get_started_inventory
get_started_playbook
get_started_playbook
basic_concepts
@@ -1,12 +1,7 @@
.. _basic_concepts:
:orphan:
****************
Ansible concepts
****************
These concepts are common to all uses of Ansible. You need to understand them to use Ansible for any kind of automation. This basic introduction provides the background you need to follow the rest of the User Guide.
.. contents::
:local:
.. include:: /shared_snippets/basic_concepts.txt
This page has moved to :ref:`Getting started with Ansible<basic_concepts>`.
-1
View File
@@ -80,7 +80,6 @@ Here is the complete list of resources in the Ansible User Guide:
.. toctree::
:maxdepth: 2
basic_concepts
intro_adhoc
cheatsheet
playbooks_intro