e76595472613ab8d988f47995070d408d0e628fa
Official Ansible Product Demos
This repo currently under construction and working on a minimal viable demo for testing purposes
Table of contents
How to use
1. Provide login information and choose demo
- Modify the
choose_demo.ymlfile 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
This repository currently holds 11 demos.
Infrastructure Demos
| Demo Name | Author | install_demo.yml value | Description | Video Walkthrough | Workshop Types |
|---|---|---|---|---|---|
| Deploy Application (survey) | Sean Cavanaugh | demo: deploy_application |
install yum applications on Linux with a survey | Video Link |
|
| SERVER / Fact Scan | Will Tome | demo: fact_scan |
scan facts for Linux and Windows systems | Not available |
|
| SERVER / Gather Debug Info | Will Tome | demo: debug_info |
provide info for memory and CPU usage for specified systems | Not available |
|
| SERVER / Grant Sudo | Will Tome | demo: grant_sudo |
grant sudo privledges for specified time via survey | Not available |
|
| SERVER / Patching | Will Tome | demo: patching |
patching for Linux servers | Not available |
|
| SERVER / Security Patching | Will Tome | demo: security_patching |
upgrade all yum packages for security related except kernel | Not available |
|
| Windows IIS Server | Colin McNaughton | demo: windows_iis |
install webserver on Windows Server with a survey | Not available |
|
Network Demos
| Demo Name | Author | install_demo.yml value | Description | Video Walkthrough | Workshop Types |
|---|---|---|---|---|---|
| WORKFLOW - F5 BIG-IP | Sean Cavanaugh | demo: f5_bigip_workflow |
Workflow for F5 BIG-IP to setup a VIP (Virtual IP) load balancer between two RHEL webservers | Not available |
|
Security Demos
| Demo Name | Author | install_demo.yml value | Description | Video Walkthrough | Workshop Types |
|---|---|---|---|---|---|
| Create Openscap Report | Sean Cavanaugh | demo: openscap |
Create HTML report using SCAP Security Guide (SSG) | Not available |
|
| SERVER / Hardening | Will Tome | demo: hardening |
hardening for Linux servers | Not available |
|
Developer Demos
| Demo Name | Author | install_demo.yml value | Description | Video Walkthrough | Workshop Types |
|---|---|---|---|---|---|
| Create Developer Report | Sean Cavanaugh | demo: developer_report |
Create HTML report using Ansible facts | Not available |
|
Contribute
please refer to the contribute.md documentation included in this collection.
Notes
This README.md was auto-generated by Ansible user sean on 2020-03-12 with Ansible version 2.9.5
To generate a README.md, execute the following command
ansible-playbook playbooks/generate_readme.yml
Languages
Jinja
55.3%
Python
22%
CSS
18.2%
PowerShell
2.8%
Shell
1.7%