diff --git a/docs/deploy_application.md b/docs/infrastructure/deploy_application.md similarity index 70% rename from docs/deploy_application.md rename to docs/infrastructure/deploy_application.md index 6d3cf41..d7137bc 100644 --- a/docs/deploy_application.md +++ b/docs/infrastructure/deploy_application.md @@ -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) diff --git a/images/deploy_application_survey.png b/images/deploy_application_survey.png new file mode 100644 index 0000000..63fd04a Binary files /dev/null and b/images/deploy_application_survey.png differ diff --git a/images/rocket.png b/images/rocket.png new file mode 100644 index 0000000..8ebabad Binary files /dev/null and b/images/rocket.png differ diff --git a/images/templates.png b/images/templates.png new file mode 100644 index 0000000..2140046 Binary files /dev/null and b/images/templates.png differ diff --git a/roles/install_demo/vars/main/developer/developer_report.yml b/roles/install_demo/vars/main/developer/developer_report.yml index addcaed..2e32cca 100644 --- a/roles/install_demo/vars/main/developer/developer_report.yml +++ b/roles/install_demo/vars/main/developer/developer_report.yml @@ -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 Ansible facts' diff --git a/roles/install_demo/vars/main/infrastructure/deploy_application.yml b/roles/install_demo/vars/main/infrastructure/deploy_application.yml index 83aeb28..c93ecba 100644 --- a/roles/install_demo/vars/main/infrastructure/deploy_application.yml +++ b/roles/install_demo/vars/main/infrastructure/deploy_application.yml @@ -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?