Remove remnants of controller terms from quickstart docs (#15350)

Remove remnants of controller terms from quickstart

Signed-off-by: Sandra McCann <samccann@redhat.com>
This commit is contained in:
Sandra McCann 2024-07-19 00:42:35 -04:00 committed by GitHub
parent 5f42db67e6
commit 864a30e3d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ An organization is a logical collection of users, teams, projects, and inventori
From the left navigation bar, click **Organizations**.
.. note::
AWX creates a default organization automatically. Users of Tower with a Self-support level license only have the
AWX creates a default organization automatically.
|Organizations - default view|

View File

@ -11,7 +11,7 @@ You can manage playbooks and playbook directories by either placing them manuall
.. note::
It is recommended that, whenever possible, you use source control to manage your playbooks. This type of best practice provides the ability to treat your infrastructure as code and is in line with DevOps ideals. While this Quick Start Guide uses lightweight examples to get you up and running, we suggest using source control to manage playbook for production purposes.
It is recommended that, whenever possible, you use source control to manage your playbooks. This type of best practice provides the ability to treat your infrastructure as code and is in line with DevOps ideals. While this Quick Start Guide uses lightweight examples to get you up and running, we suggest using source control to manage your actual playbooks.
To review existing projects, click **Projects** from the left navigation bar.

View File

@ -15,7 +15,7 @@ Examine the AWX Dashboard
pair: settings menu; help about
The Dashboard offers a friendly graphical framework for your IT orchestration 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.
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::
@ -40,7 +40,7 @@ On the main Dashboard view, a summary appears listing your current **Job Status*
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, customize the user interface, and product license information. Refer to :ref:`ag_configure_awx` section for more detail.
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
@ -50,4 +50,4 @@ Regardless of the window or action you're performing, the very top of each page
.. |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 tAWX is configured properly and allows for easier executions of more involved playbooks later on.
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.