1af7c6c003
* Feature freeze date has been merged with Ansible-2.10.0beta1 (#71494) (cherry picked from commitc586d436fa
) * Add --allow-disabled to sanity docs (#71524) (cherry picked from commitbc6461432e
) * Update intro_patterns.rst (#71542) Call out the trailing comma when specifying a single host. Small snag that took me a while to notice. (cherry picked from commitec3920cef1
) * ansible-vault: Fix typo in help message (#71485) (cherry picked from commit215eb730e1
) * update install for 2.10 (#71543) * update install for 2.10 (cherry picked from commitf75223d2c6
) * User guide overhaul, Table of Contents (#71553) (cherry picked from commitb694dbadfe
) * update backport instructions for 2.11 (#71567) * update backport instructions in docs/docsite/rst/community/development_process.rst Co-authored-by: Matt Martz <matt@sivel.net> (cherry picked from commit7f9258b024
) * More docs updates to reflect collections ecosystem (#71597) (cherry picked from commit96aee766f4
) * DOCS: Mentions ansible-base, adds collections pointers to Community and Dev Guides (#71480) (cherry picked from commit29b20bd1b1
) Co-authored-by: Toshio Kuratomi <a.badger@gmail.com> Co-authored-by: Amin Vakil <info@aminvakil.com> Co-authored-by: Matt Deacalion <matt@dirtymonkey.co.uk> Co-authored-by: Fabien Malfoy <fabien.malfoy@laposte.net> Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
15 lines
627 B
ReStructuredText
15 lines
627 B
ReStructuredText
: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
|