saving off work
putting kids into bath, need to commit.....
This commit is contained in:
@@ -25,8 +25,26 @@ Ansible creates guard rails on which applications can be deployed and how they a
|
||||
|
||||
For description of these and other features of the Red Hat Ansible Automation Platform please refer to the [features README](features.md)
|
||||
|
||||
# Video
|
||||
|
||||
[Watch here](https://youtu.be/pU8ZgSBuEJw)
|
||||
|
||||
# Guide
|
||||
|
||||
COMING SOON
|
||||
1. Login to Ansible Platform UX
|
||||
|
||||
2. Navigate to **Templates**
|
||||
|
||||

|
||||
|
||||
3. Click the rocket next to **INFRASTRUCTURE / Deploy Application** to launch the Job
|
||||
|
||||

|
||||
|
||||
4. The survey will prompt you to install an application.
|
||||
|
||||

|
||||
|
||||
|
||||
---
|
||||
You have finished this demo. [Click here to return to master demo list](../README.md)
|
||||
BIN
images/deploy_application_survey.png
Normal file
BIN
images/deploy_application_survey.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 73 KiB |
BIN
images/rocket.png
Normal file
BIN
images/rocket.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
BIN
images/templates.png
Normal file
BIN
images/templates.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
@@ -2,7 +2,7 @@
|
||||
developer_report:
|
||||
author: "Sean Cavanaugh"
|
||||
category: developer
|
||||
name: "SERVER / Create Developer Report"
|
||||
name: "DEVELOPER / Create Developer Report"
|
||||
description: >
|
||||
'Create HTML report using
|
||||
<a href="https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html#variables-discovered-from-systems-facts">Ansible facts</a>'
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
deploy_application:
|
||||
author: "Sean Cavanaugh"
|
||||
category: infrastructure
|
||||
name: "INFRASTRUCTURE / Deploy Application (survey)"
|
||||
name: "INFRASTRUCTURE / Deploy Application"
|
||||
description: "install yum applications on Linux with a survey"
|
||||
job_type: "run"
|
||||
inventory: "Workshop Inventory"
|
||||
playbook: "playbooks/01_deploy_application.yml"
|
||||
credential: "Workshop Credential"
|
||||
survey_enabled: false
|
||||
survey_enabled: true
|
||||
survey_spec:
|
||||
name: Deploy application survey
|
||||
description: Which application do you want to install?
|
||||
|
||||
Reference in New Issue
Block a user