|
@@ -13,27 +13,25 @@
|
|
|
# limitations under the License.
|
|
|
---
|
|
|
|
|
|
-# Tasks for Deploying AWX on the system
|
|
|
+# Tasks for deploying AWX on the system
|
|
|
|
|
|
- name: Internet validation
|
|
|
include_tasks: ../../control_plane_common/tasks/internet_validation.yml
|
|
|
- tags: install
|
|
|
|
|
|
- name: Check awx prequisites
|
|
|
include_tasks: check_prerequisites.yml
|
|
|
- tags: install
|
|
|
|
|
|
- name: Install AWX
|
|
|
include_tasks: install_awx.yml
|
|
|
when: not awx_pod_deployment_status
|
|
|
- tags: install
|
|
|
|
|
|
- name: Configure settings
|
|
|
include_tasks: configure_settings.yml
|
|
|
when: not awx_ui_status
|
|
|
- tags: install
|
|
|
|
|
|
+- name: Changing login logo of AWX UI
|
|
|
+ include_tasks: awx_logo.yml
|
|
|
+
|
|
|
- name: Configure AWX
|
|
|
include_tasks: awx_configuration.yml
|
|
|
when: not awx_configuration_status
|
|
|
- tags: install
|