changing to HTML table and fixing link back

This commit is contained in:
ipvsean
2020-05-18 09:42:37 -04:00
parent 3bb8bb949e
commit 2edc4a6e52
2 changed files with 40 additions and 5 deletions

View File

@@ -1,6 +1,41 @@
# 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) |
<table>
<tr><th>
Feature
</th>
<th>
How?
</th>
<th>
Long Description
</th>
<th>
Product Documentation
</th>
</tr>
<tr><td>
Push button deployment
</td>
<td>
Ansible Platform UI
</td>
<td>
The Ansible Automation Platform provides a intuitive web user-interface. This can be locked down so that only certain indidivuals or groups can launch Jobs on specific inventory. This allows automation to have guard rails on who can automate what. Users don't have to be an Ansible Playbook writers to launch and use automation.
</td>
<td>
<a href="https://docs.ansible.com/ansible-tower/latest/html/userguide/overview.html#push-button-automation">Docs Link</a>
</td></tr>
<tr><td>
Self Service IT
</td>
<td>
Surveys
</td>
<td>
Ansible Automation Platform <b>surveys</b> allow simple prompts to guide automation. For example a user can choose one application they want to install on their inventory from a pre-defined list. Surveys are fully customizable by administrators for that specific Job.
</td>
<td>
<a href="https://docs.ansible.com/ansible-tower/latest/html/userguide/job_templates.html#surveys">Docs Link</a>
</td></tr>
</table>

View File

@@ -23,7 +23,7 @@ Ansible creates guard rails on which applications can be deployed and how they a
- 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)
For description of these and other features of the Red Hat Ansible Automation Platform please refer to the [features README](../features.md)
# Video