13 lines
282 B
YAML
13 lines
282 B
YAML
---
|
|
tower_launch_jobs:
|
|
- name: inmem_test
|
|
extra_vars:
|
|
tower_provision_host : "{{ provision_host }}"
|
|
tower_username : admin
|
|
tower_password : redhat
|
|
tower_host : https://tower2.thezengarden.net
|
|
validate_certs : no
|
|
|
|
|
|
...
|