fixing data model so that demos and repos are not tied together

This commit is contained in:
ipvsean
2020-03-04 11:17:22 -05:00
parent 74faae6c48
commit 7be8550cd6
4 changed files with 51 additions and 11 deletions

View File

@@ -1,3 +1,15 @@
- name: add tower project
tower_project:
name: "{{project.my_name}}"
description: "{{project.my_description}}"
organization: "{{project.my_organization}}"
scm_type: "{{project.my_scm_type}}"
scm_url: "{{project.my_scm_url}}"
tower_username: "{{my_tower_username}}"
tower_password: "{{my_tower_password}}"
tower_host: "{{my_tower_host}}"
validate_certs: no
- name: add job template without survey
tower_job_template:
name: "{{item.value.name}}"