And the playbook change too
This commit is contained in:
parent
35880afeba
commit
cc715b31b9
1 changed files with 8 additions and 0 deletions
|
@ -29,6 +29,14 @@
|
||||||
- ansible-ansible-openshift-ansible
|
- ansible-ansible-openshift-ansible
|
||||||
- ansible-ansible-openshift-ansible-config
|
- ansible-ansible-openshift-ansible-config
|
||||||
|
|
||||||
|
- name: run ansible prereqs playbook
|
||||||
|
shell: "ansible-playbook {{ openshift_ansible_pre_playbook }} -i {{ cluster_inventory_filename }}"
|
||||||
|
args:
|
||||||
|
chdir: "{{ openshift_ansible_path }}"
|
||||||
|
register: run_ansible_out
|
||||||
|
tags:
|
||||||
|
- ansible-ansible-openshift-ansible
|
||||||
|
|
||||||
- name: run ansible
|
- name: run ansible
|
||||||
shell: "ansible-playbook {{ openshift_ansible_playbook }} -i {{ cluster_inventory_filename }}"
|
shell: "ansible-playbook {{ openshift_ansible_playbook }} -i {{ cluster_inventory_filename }}"
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue