Files
product-demos/roles/install_demo/tasks/main.yml
2020-02-25 15:52:33 -05:00

23 lines
606 B
YAML

---
- name: add tower project
tower_project:
name: "Ansible official demo project"
description: "prescriptive demos from Red Hat Management Buisness Unit"
organization: "Default"
scm_type: git
scm_url: https://github.com/ansible/product-demos
tower_username: "{{my_tower_username}}"
tower_password: "{{my_tower_password}}"
tower_host: "{{my_tower_host}}"
validate_certs: no
- name: install job template
include: add_job_template.yml
when: demo != "all"
- name: install job template
include: add_job_template.yml
when: demo == "all"
with_items:
- demos