# 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 {% for key, value in demos.iteritems() %} {% endfor %}
Demo Name install_demo.yml value Description Video Walkthrough Workshop Types
{{value.name}}
demo: {{key}}
{{value.description}} {% if value.video is defined%}Video Link{% else %}Not available {% endif %} {{value.workshop_type|to_nice_yaml}}
# Contribute please refer to the [contribute.md](docs/contribute.md) documentation included in this collection.