starting scaffolding

This commit is contained in:
ipvsean
2020-05-13 17:04:37 -04:00
parent 8b981bb518
commit f0c47437f1
2 changed files with 38 additions and 0 deletions

View File

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

6
docs/features.md Normal file
View File

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