mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 21:21:21 -03:30
* Docs: add Communication guide * Update docs/docsite/rst/contributor/communication.rst Co-authored-by: Don Naro <dnaro@redhat.com> * Update docs/docsite/rst/contributor/communication.rst --------- Co-authored-by: Don Naro <dnaro@redhat.com>
35 lines
949 B
ReStructuredText
35 lines
949 B
ReStructuredText
.. _qs_start:
|
|
|
|
==============
|
|
AWX Quickstart
|
|
==============
|
|
|
|
Complete the basic steps for using AWX and running your first playbook.
|
|
|
|
This guide applies to the latest version of AWX only.
|
|
The content in this guide is updated frequently and might contain functionality that is not available in previous versions.
|
|
Likewise content in this guide can be removed or replaced if it applies to functionality that is no longer available in the latest version.
|
|
|
|
**Join us online**
|
|
|
|
Need help or want to discuss AWX including the documentation? See the :ref:`Communication guide<communication>` to learn how to join the conversation!
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:numbered:
|
|
|
|
self
|
|
quick_start
|
|
login_superuser
|
|
examine_dashboard
|
|
setup
|
|
create_organization
|
|
create_user
|
|
create_inventory
|
|
create_credential
|
|
create_project
|
|
create_job
|
|
launch
|
|
|
|
.. excluded 'configure authentication' from toctree intentionally per doc issue #172.
|