OSBS: match all osbs hosts from inventory
Signed-off-by: siddharthvipul <siddharthvipul1@gmail.com>
This commit is contained in:
parent
9af14303f4
commit
25cd75260f
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
tags:
|
tags:
|
||||||
- ansible-ansible-openshift-ansible
|
- ansible-ansible-openshift-ansible
|
||||||
- ansible-ansible-openshift-ansible-config
|
- ansible-ansible-openshift-ansible-config
|
||||||
when: inventory_hostname.startswith('osbs-')
|
when: inventory_hostname.startswith('osbs')
|
||||||
|
|
||||||
- name: run ansible prereqs playbook
|
- name: run ansible prereqs playbook
|
||||||
shell: "ansible-playbook {{ openshift_ansible_pre_playbook }} -i {{ cluster_inventory_filename }}"
|
shell: "ansible-playbook {{ openshift_ansible_pre_playbook }} -i {{ cluster_inventory_filename }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue