mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
And the playbook change too
This commit is contained in:
@@ -29,6 +29,14 @@
|
||||
- ansible-ansible-openshift-ansible
|
||||
- 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
|
||||
shell: "ansible-playbook {{ openshift_ansible_playbook }} -i {{ cluster_inventory_filename }}"
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user