18 lines
390 B
YAML
18 lines
390 B
YAML
---
|
|
tower_api_host : https://tower2.thezengarden.net
|
|
tower_api_user : admin
|
|
tower_api_pass : redhat
|
|
|
|
|
|
# Sample Job Template ID in Tower/AAP to use
|
|
# for testing via inmem-test.yml:
|
|
sample_job_template: 27
|
|
|
|
|
|
# Callback URL for inmem-test.yml's rescue block:
|
|
recovery_callback_url: "{{ tower_api_host }}/api/v2/job_templates/\
|
|
{{ sample_job_template }}/launch/"
|
|
|
|
|
|
...
|