Files
product-demos/roles/deploy_application/tasks/main.yml
ipvsean fdfe937462 MVP
2020-02-24 14:29:00 -05:00

19 lines
563 B
YAML

---
- name: setup deploy_application.yml demo
hosts: localhost
gather_facts: false
become: yes
tasks:
- 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