mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 08:37:48 -02:30
mostly includes renaming non-syntax references to tower
This commit is contained in:
@@ -5,17 +5,17 @@
|
||||
|
||||
- name: generate random string for project
|
||||
set_fact:
|
||||
org_name: "AWX-Collection-tests-tower_organization-org-{{ test_id }}"
|
||||
cred1: "AWX-Collection-tests-tower_job_template-cred1-{{ test_id }}"
|
||||
cred2: "AWX-Collection-tests-tower_job_template-cred2-{{ test_id }}"
|
||||
cred3: "AWX-Collection-tests-tower_job_template-cred3-{{ test_id }}"
|
||||
proj1: "AWX-Collection-tests-tower_job_template-proj-{{ test_id }}"
|
||||
jt1: "AWX-Collection-tests-tower_job_template-jt1-{{ test_id }}"
|
||||
jt2: "AWX-Collection-tests-tower_job_template-jt2-{{ test_id }}"
|
||||
lab1: "AWX-Collection-tests-tower_job_template-lab1-{{ test_id }}"
|
||||
email_not: "AWX-Collection-tests-tower_job_template-email-not-{{ test_id }}"
|
||||
webhook_not: "AWX-Collection-tests-tower_notification_template-wehbook-not-{{ test_id }}"
|
||||
group_name1: "AWX-Collection-tests-tower_instance_group-group1-{{ test_id }}"
|
||||
org_name: "AWX-Collection-tests-organization-org-{{ test_id }}"
|
||||
cred1: "AWX-Collection-tests-job_template-cred1-{{ test_id }}"
|
||||
cred2: "AWX-Collection-tests-job_template-cred2-{{ test_id }}"
|
||||
cred3: "AWX-Collection-tests-job_template-cred3-{{ test_id }}"
|
||||
proj1: "AWX-Collection-tests-job_template-proj-{{ test_id }}"
|
||||
jt1: "AWX-Collection-tests-job_template-jt1-{{ test_id }}"
|
||||
jt2: "AWX-Collection-tests-job_template-jt2-{{ test_id }}"
|
||||
lab1: "AWX-Collection-tests-job_template-lab1-{{ test_id }}"
|
||||
email_not: "AWX-Collection-tests-job_template-email-not-{{ test_id }}"
|
||||
webhook_not: "AWX-Collection-tests-notification_template-wehbook-not-{{ test_id }}"
|
||||
group_name1: "AWX-Collection-tests-instance_group-group1-{{ test_id }}"
|
||||
|
||||
- name: "Create a new organization"
|
||||
tower_organization:
|
||||
|
||||
Reference in New Issue
Block a user