ceb474bb9e
Batch of docs backports: * docs: Clarify include_task v import_tasks with conditionals (#43856) (cherry picked from commit6be42a2a0e
) * Add single quotes around package name (#45152) (cherry picked from commit0d81386144
) * prefer ansible_facts namespace and dict notation (#44980) (cherry picked from commit44510448b0
) * fix cherrypick conflict - scenario_guides * Update implicit_localhost.rst (#45455) (cherry picked from commitf68cd1acc6
) * updated fbsd install instructions (#45309) (cherry picked from commite9c2695ce7
) * Change "Defaulting Undefined Variables" (#41379) (cherry picked from commite35c4be1c1
) * adds license details to dev guide pages (#45574) (cherry picked from commit6e68d77f6d
) * FAQ: fix a typo, add link to 'vars' lookup (#42412) (cherry picked from commit95649dc793
) * Fix link and toctree (#45595) (cherry picked from commit6999bf318f
) * Improve the local toctree (and title) (#45590) (cherry picked from commitafea00fa9f
) * Add undocumented configuration parameter and explain in porting guide (#36059) (cherry picked from commita892a6ef03
) * Simplify PPA installation for Ubuntu (#45690) (cherry picked from commit78e9f452a5
) * adding git+ssh uri scheme (#36025) (cherry picked from commit84a4257774
) * Add workaround for non-standard kerberos environments (#41465) (cherry picked from commit4e532e0ad9
) * Restore license agreement (#45809) (cherry picked from commitf430f60541
) * partial cherry-pick - lenovo doc update PR 45483
96 lines
3.4 KiB
ReStructuredText
96 lines
3.4 KiB
ReStructuredText
.. _ansible_documentation:
|
|
|
|
Ansible Documentation
|
|
=====================
|
|
|
|
About Ansible
|
|
`````````````
|
|
|
|
Ansible is an IT automation tool. It can configure systems, deploy software, and orchestrate more advanced IT tasks such as continuous deployments or zero downtime rolling updates.
|
|
|
|
Ansible's main goals are simplicity and ease-of-use. It also has a strong focus on security and reliability, featuring a minimum of moving parts, usage of OpenSSH for transport (with other transports and pull modes as alternatives), and a language that is designed around auditability by humans--even those not familiar with the program.
|
|
|
|
We believe simplicity is relevant to all sizes of environments, so we design for busy users of all types: developers, sysadmins, release engineers, IT managers, and everyone in between. Ansible is appropriate for managing all environments, from small setups with a handful of instances to enterprise environments with many thousands of instances.
|
|
|
|
Ansible manages machines in an agent-less manner. There is never a question of how to
|
|
upgrade remote daemons or the problem of not being able to manage systems because daemons are uninstalled. Because OpenSSH is one of the most peer-reviewed open source components, security exposure is greatly reduced. Ansible is decentralized--it relies on your existing OS credentials to control access to remote machines. If needed, Ansible can easily connect with Kerberos, LDAP, and other centralized authentication management systems.
|
|
|
|
This documentation covers the current released version of Ansible (2.6) and also some development version features. For recent features, we note in each section the version of Ansible where the feature was added.
|
|
|
|
Ansible releases a new major release of Ansible approximately every two months. The core application evolves somewhat conservatively, valuing simplicity in language design and setup. However, the community around new modules and plugins being developed and contributed moves very quickly, adding many new modules in each release.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Installation, Upgrade & Configuration
|
|
|
|
installation_guide/index
|
|
porting_guides/porting_guides
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Using Ansible
|
|
|
|
user_guide/index
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Contributing to Ansible
|
|
|
|
community/index
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Extending Ansible
|
|
|
|
dev_guide/index
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:glob:
|
|
:caption: Scenario Guides
|
|
|
|
scenario_guides/guide_*
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Ansible for VMWare
|
|
|
|
vmware/index
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Ansible for Network Automation
|
|
|
|
network/index
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Reference & Appendices
|
|
|
|
../modules/modules_by_category
|
|
reference_appendices/playbooks_keywords
|
|
reference_appendices/galaxy
|
|
reference_appendices/common_return_values
|
|
reference_appendices/config
|
|
reference_appendices/YAMLSyntax
|
|
reference_appendices/python_3_support
|
|
reference_appendices/release_and_maintenance
|
|
reference_appendices/test_strategies
|
|
dev_guide/testing/sanity/index
|
|
reference_appendices/faq
|
|
reference_appendices/glossary
|
|
reference_appendices/module_utils
|
|
reference_appendices/special_variables
|
|
reference_appendices/tower
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Release Notes
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Roadmaps
|
|
|
|
roadmap/index.rst
|