mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
12 lines
780 B
ReStructuredText
12 lines
780 B
ReStructuredText
Quick Start
|
|
-----------
|
|
|
|
.. index::
|
|
single: quick start, intro
|
|
|
|
Welcome to the AWX Quick Start Guide. At the end of the Quick Start, you will have a functioning AWX application that you can use to launch more sophisticated playbooks. You can expect the Quick Start process to take less than thirty minutes.
|
|
|
|
To begin, you must install AWX and you must choose a target system where an initial playbook can be deployed (provided by AWX).
|
|
|
|
This first playbook executes simple Ansible tasks, while teaching you how to use AWX, as well as ensuring its proper setup. This can be any sort of system manageable by Ansible, as described in the `Managed nodes <https://docs.ansible.com/ansible/latest/user_guide/basic_concepts.html#managed-nodes>`_ section of the Ansible documentation.
|