mirror of
https://github.com/ansible/awx.git
synced 2026-02-03 02:28:12 -03:30
* Update docs replacements to AWX (#15349) Update replacements to AWX Signed-off-by: Sandra McCann <samccann@redhat.com> (cherry picked from commit9979fc659e) * Remove remnants of controller terms from quickstart docs (#15350) Remove remnants of controller terms from quickstart Signed-off-by: Sandra McCann <samccann@redhat.com> (cherry picked from commit864a30e3d4) * Remove references to translated versions of the docs (#15354) remove references to translated versions of the docs Signed-off-by: Sandra McCann <samccann@redhat.com> Co-authored-by: TVo <thavo@redhat.com> (cherry picked from commit5f42db67e6) * update terminology (#15357) * update terminology Replace some instances of Tower with AWX and remove some references to enterprise left over from the migration of RST content from the Automation Controller docs. * Update docs/docsite/rst/userguide/overview.rst Co-authored-by: TVo <thavo@redhat.com> --------- Co-authored-by: TVo <thavo@redhat.com> (cherry picked from commitf1448fced1) * Replaced all references of downstream docs to upstream docs (#15388) * Replaced all references of downstream docs to upstream docs. * Update README.md Co-authored-by: Don Naro <dnaro@redhat.com> * Update README.md.j2 Co-authored-by: Don Naro <dnaro@redhat.com> * Update README.md.j2 Co-authored-by: Don Naro <dnaro@redhat.com> * Incorpor'd review feedback from @oraNod and @samccann * Updated with agreed link (for now) until further change is needed. --------- Co-authored-by: Don Naro <dnaro@redhat.com> (cherry picked from commit018f235a64) * Re-do PR #14685 for alt-text inventories. (#15394) (cherry picked from commit6d0c47fdd0) * Docs: add Communication guide (#15469) * 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> (cherry picked from commit79c1921ea4) --------- Co-authored-by: Don Naro <dnaro@redhat.com> Co-authored-by: TVo <thavo@redhat.com> Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
53 lines
2.7 KiB
ReStructuredText
53 lines
2.7 KiB
ReStructuredText
Examine the AWX Dashboard
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. index::
|
|
pair: dashboard; examine
|
|
pair: settings menu; organization
|
|
pair: settings menu; users
|
|
pair: settings menu; teams
|
|
pair: settings menu; credentials
|
|
pair: settings menu; management jobs
|
|
pair: settings menu; inventory scripts
|
|
pair: settings menu; notifications
|
|
pair: settings menu; credential types
|
|
pair: settings menu; instance groups
|
|
pair: settings menu; help about
|
|
|
|
|
|
The Dashboard offers a friendly graphical framework for your Ansible needs. Along the left side of the Dashboard is the navigation menu, where you can quickly display different views, navigate to your resources, grant access, and administer certain AWX features in the UI.
|
|
|
|
.. note::
|
|
|
|
The new AWX User Interface is available for tech preview and is subject to change in a future release. To preview the new UI, click the **Enable Preview of New User Interface** toggle to **On** from the Miscellaneous System option of the Settings menu.
|
|
|
|
.. image:: ../common/images/configure-awx-system-misc-preview-newui.png
|
|
|
|
After saving, logout and log back in to access the new UI from the preview banner. To return to the current UI, click the link on the top banner where indicated.
|
|
|
|
.. image:: ../common/images/ug-dashboard-preview-banner.png
|
|
|
|
|
|
Click on the Menu |menu| icon at the top of the left navigation to hide or display the navigation bar.
|
|
|
|
.. |menu| image:: ../common/images/menu-icon.png
|
|
|
|
On the main Dashboard view, a summary appears listing your current **Job Status**. You can filter the job status within a period of time or by job type. Also available in their respective tabs are summaries of **Recent Jobs** ran and **Recent Templates** used. These can be sorted by various attributes.
|
|
|
|
|Home dashboard|
|
|
|
|
.. |Home dashboard| image:: ../common/images/home-dashboard.png
|
|
|
|
The very last item in the navigation bar is **Settings**, which provides access to the AWX configuration Settings.
|
|
|
|
The Settings page allows administrators to configure authentication, jobs, system-level attributes, and customize the user interface. Refer to :ref:`ag_configure_awx` section for more detail.
|
|
|
|
.. image:: ../common/images/ug-settings-menu-screen.png
|
|
|
|
|
|
Regardless of the window or action you're performing, the very top of each page next to the your user icon is the About (|about|) icon, which provides you the versions of AWX and Ansible you are currently running.
|
|
|
|
.. |about| image:: ../common/images/help-about-icon.png
|
|
|
|
.. note::
|
|
Keep in mind that the goal of this Quick Start is to launch a simple playbook. To do this, a number of configuration options must be setup. Completing the quick start configuration tasks now ensures that AWX is configured properly and allows for easier executions of more involved playbooks later on. |