fixing documentation

This commit is contained in:
ipvsean
2020-02-25 19:37:15 -05:00
parent 3c5dba85a0
commit 19bfbc59af
4 changed files with 89 additions and 5 deletions

View File

@@ -2,6 +2,52 @@
this is currently under construction and working on a minimal viable demo for testing purposes
# How to use
## Fill in login information for Ansible Tower
Modify the `tower_login_info.yml` that is included in this repo with the username, password and IP address (or DNS name) of your Ansible Tower
## Choose your demo
Modify the `choose_demo.yml` that is included in this repo with demo name you want.
## Run Ansible Playbook
```
ansible-playbook playbooks/install_demo.yml -e @choose_demo.yml -e @tower_login_info.yml
```
# Demo Repository
<table">
<tr>
<th>Demo Name</th>
<th>Description</th>
<th>Workshop Types</th>
</tr>
<tr>
<td>Deploy Application</td>
<td>simple survey to install yum applications on Linux</td>
<td>
<ul>
<li>f5</li>
<li>rhel</li>
</ul>
</td>
</tr>
<tr>
<td>Openscap</td>
<td>Create HTML report using SCAP Security Guide (SSG)</td>
<td>
<ul>
<li>f5</li>
<li>rhel</li>
</ul>
</td>
</tr>
</table>
# Contribute
please refer to the [contribute.md](docs/contribute.md) documentation included in this collection.