From f0c47437f19bcb2af3b49f92f1d004ecc0df854c Mon Sep 17 00:00:00 2001 From: ipvsean Date: Wed, 13 May 2020 17:04:37 -0400 Subject: [PATCH] starting scaffolding --- docs/deploy_application.md | 32 ++++++++++++++++++++++++++++++++ docs/features.md | 6 ++++++ 2 files changed, 38 insertions(+) create mode 100644 docs/deploy_application.md create mode 100644 docs/features.md diff --git a/docs/deploy_application.md b/docs/deploy_application.md new file mode 100644 index 0000000..6d3cf41 --- /dev/null +++ b/docs/deploy_application.md @@ -0,0 +1,32 @@ +# Demo: Deploy Application + +## Table of Contents +TBD + +# Objective + +Demonstrate application deployment for Linux systems. This demonstration will install applications on multiple RHEL servers. + +# What business problem is solved? + +- **speed to market**: +reducing human time to install applications +- **reduce human error**: +automation of routine manual processes +- **reduce complexity**: +does not require a System Administrator familiar with the specific operating system to install the Application. Automate and test once and allow all users access to deploy Ansible Jobs. +- **enforce policy**: +Ansible creates guard rails on which applications can be deployed and how they are installed on IT infrastructure. + +# Features show cased + +- Push button deployment +- Self Service IT - Surveys + +For description of these and other features of the Red Hat Ansible Automation Platform please refer to the [features README](features.md) + +# Guide + +COMING SOON + +You have finished this demo. [Click here to return to master demo list](../README.md) diff --git a/docs/features.md b/docs/features.md new file mode 100644 index 0000000..3b0a309 --- /dev/null +++ b/docs/features.md @@ -0,0 +1,6 @@ +# Red Hat Ansible Automation Platform Features + +| Feature | How? | Product Documentation | +|---|---|---| +| Push button deployment | Ansible Platform UI | [docs](https://docs.ansible.com/ansible-tower/latest/html/userguide/overview.html#push-button-automation) | +| Self Service IT | Surveys | [docs](https://docs.ansible.com/ansible-tower/latest/html/userguide/job_templates.html#surveys) |