issue #78082 add concepts to start (#78097)

pull/78139/head
Don Naro 4 years ago committed by GitHub
parent 59f3f1b625
commit 08327c698c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -96,3 +96,4 @@ Continue by :ref:`learning how to build an inventory<get_started_inventory>`.
get_started_inventory
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>`.

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

Loading…
Cancel
Save