# Official Ansible Product Demos This repo 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 Author install_demo.yml value Description Video Walkthrough Workshop Types
SERVER / Hardening Will Tome
demo: hardening
hardening for Linux servers Not available
  • f5
  • rhel
Windows IIS Server Colin McNaughton
demo: windows_iis
install webserver on Windows Server with a survey Not available
  • windows
Deploy Application (survey) Sean Cavanaugh
demo: deploy_application
install yum applications on Linux with a survey Video Link
  • f5
  • rhel
SERVER / Patching Will Tome
demo: patching
patching for Linux servers Not available
  • f5
  • rhel
Create Developer Report Sean Cavanaugh
demo: developer_report
Create HTML report using Ansible facts Not available
  • f5
  • rhel
Create Openscap Report Sean Cavanaugh
demo: openscap
Create HTML report using SCAP Security Guide (SSG) Not available
  • f5
  • rhel
# Contribute please refer to the [contribute.md](docs/contribute.md) documentation included in this collection. # Notes This README.md was auto-generated by Ansible user **sean** on **2020-03-09** with Ansible version **2.9.5** To generate a README.md, execute the following command ``` ansible-playbook playbooks/generate_readme.yml ```