summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/user_guide/intro.rst
blob: 124bde65dea63de0474fabb68da09393b9aca65c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
:orphan:

Introduction
============

Before we start exploring the main components of Ansible -- playbooks, configuration management, deployment, and orchestration -- we'll learn how to get Ansible installed and cover some basic concepts.  We'll also go over how to execute ad hoc commands in parallel across your nodes using /usr/bin/ansible, and see what modules are available in Ansible's core (you can also write your own, which is covered later).

.. toctree::
   :maxdepth: 1

   ../installation_guide/index
   ../dev_guide/overview_architecture
   ../installation_guide/intro_configuration
   intro_bsd
   intro_windows