saving off work

putting kids into bath, need to commit.....
This commit is contained in:
ipvsean
2020-05-14 20:35:51 -04:00
parent dcdc1d88ba
commit 8f55c1302b
6 changed files with 22 additions and 4 deletions

View File

@@ -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**
![job templates](../../images/templates.png)
3. Click the rocket next to **INFRASTRUCTURE / Deploy Application** to launch the Job
![rocket launch](../../images/rocket.png)
4. The survey will prompt you to install an application.
![survey choice](../../images/deploy_application_survey.png)
---
You have finished this demo. [Click here to return to master demo list](../README.md)

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

BIN
images/rocket.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
images/templates.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -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>'

View File

@@ -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?