# Official Ansible Product Demos this is currently under construction and working on a minimal viable demo for testing purposes # How to use ## 1. Provide login information and choose demo - Modify the `choose_demo.yml` file that is included in this repo with the username, password and IP address (or DNS name) of your Ansible Tower - Choose the demo name you want from the table below (or choose `all`) ## 2. Run Ansible Playbook ``` ansible-playbook playbooks/install_demo.yml -e @choose_demo.yml ``` # Demo Repository
| Demo Name | install_demo.yml value | Description | Video Walkthrough | Workshop Types |
|---|---|---|---|---|
| Deploy Application | demo: deploy_application |
simple survey to install yum applications on Linux | Youtube Video |
|
| Windows Webserver | demo: windows_iis |
survey to install webserver on Windows Server | Not Available |
|
| Openscap | demo: openscap |
Create HTML report using SCAP Security Guide (SSG) | Not Available |
|