optmize job-launch.yml
This commit is contained in:
@ -1,20 +1,11 @@
|
|||||||
---
|
---
|
||||||
- name: Utilize workflow based on an in-memory inventory
|
- name: Launch specified job template
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
connection: local
|
connection: local
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
become: no
|
become: no
|
||||||
|
|
||||||
|
|
||||||
collections:
|
|
||||||
- awx.awx
|
|
||||||
- redhat_cop.tower_configuration
|
|
||||||
|
|
||||||
|
|
||||||
vars:
|
|
||||||
provision_host: "{{ tower_provision_host | default('localhost') }}"
|
|
||||||
|
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- vars/job_launch_templates.yml
|
- vars/job_launch_templates.yml
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user