# 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 {% for key, value in demos.items()|sort(attribute='1.name') %} {% endfor %}
Demo Name Author install_demo.yml value Description Video Walkthrough Workshop Types
{{value.name}} {{value.author}}
demo: {{key}}
{{value.description}} {% if value.video is defined%}Video Link{% else %}Not available {% endif %}
    {% for workshop in value.workshop_type %}
  • {{workshop}}
  • {% endfor %}
# 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 **{{ansible_user_id}}** on **{{ansible_date_time.date}}** with Ansible version **{{ansible_version.full}}** To generate a README.md, execute the following command ``` ansible-playbook playbooks/generate_readme.yml ```