Files
product-demos/roles/install_demo
Sašo Stanovnik 3188c5742f Remove the use of vars and hostvars wherever possible.
`vars` operates inconsistently in different combinations of
Ansible (full/base/core) and Python versions.

Variables are now instead explicitly loaded under a subkey, which also removes
the need for filtering and makes access more explicit and semantic.
2021-06-03 16:10:00 +02:00
..
2020-04-21 20:16:09 -04:00

install_demo role

This role will install demos into your specified Ansible Tower environment. Here is an example of using this role:

---
- name: setup deploy application demo
  hosts: localhost
  gather_facts: false
  connection: local

  tasks:

    - name: install demo
      include_role:
        name: "install_demo"

Please refer to the master list in the main README.md../../README.md).

required variables

You must specify all the variables in the choose_demo.yml example.