blob: d34d4c750217513b0bfdf014f3ab4cf5e1e0c604 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
Launch it!
~~~~~~~~~~~~~~
.. index::
pair: job templates; launch
From the Templates list view, click the Launch (|launch|) button to run the Demo Job Template.
.. |launch| image:: ../common/images/launch-button.png
|Job templates - home launch|
.. |Job templates - home launch| image:: ../common/images/qs-job-templates-list-view-click-launch.png
The initial job launch returns a status page which updates automatically using AWX's Live Event feature until the job is complete. Once complete, the job results look like the following:
|Job templates - demo run complete|
.. |Job templates - demo run complete| image:: ../common/images/qs-job-templates-demo-complete.png
For more details on the job results, refer to :ref:`ug_jobs`.
Congratulations! Your AWX installation is officially setup and running properly. To learn more about these AWX features or to learn about administration tasks, the AWX API, etc., refer to the following documentation sets:
- :ref:`AWX User Guide <ug_start>`
- :ref:`AWX Administration Guide <ag_start>`
- :ref:`AWX API Guide<api_start>`
- :ref:`AWX Release Notes <releasenotes_start>`
- `Ansible Documentation`_
.. _Ansible Documentation: http://docs.ansible.com/
|