change rescue to callback to gitlab webhook instead of tower; removed unnecessary vars and vars/default.yml

This commit is contained in:
Chris Hammer
2022-02-17 07:38:24 -05:00
parent caed1590cb
commit 37a9b46f66
2 changed files with 17 additions and 27 deletions

View File

@ -1,17 +0,0 @@
---
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/"
...