add split-host-job-launch.yml test; various fixes and modifications

This commit is contained in:
2022-05-02 14:05:51 -04:00
parent 4fef4eaa08
commit 0e1822c79f
7 changed files with 40 additions and 14 deletions

View File

@ -10,12 +10,7 @@
vars:
lab_tower_hosts:
- lab-dev-1
- lab-dev-2
- lab-prod-1
- lab-prod-2
provision_host : "{{ tower_provision_host | default(lab_tower_hosts | random) }}"
provision_host : "{{ tower_provision_host | default(ansible_play_hosts | random) }}"
tasks: