uncomment commented parts of ansible-ansible-openshift-ansible
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
c3acb7389a
commit
f172a85618
1 changed files with 11 additions and 13 deletions
|
@ -20,20 +20,18 @@
|
||||||
src: "cluster-inventory.j2"
|
src: "cluster-inventory.j2"
|
||||||
dest: "{{ openshift_ansible_path }}/{{ cluster_inventory_filename }}"
|
dest: "{{ openshift_ansible_path }}/{{ cluster_inventory_filename }}"
|
||||||
|
|
||||||
#- 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:
|
||||||
# chdir: "{{ openshift_ansible_path }}"
|
chdir: "{{ openshift_ansible_path }}"
|
||||||
# register: run_ansible_out
|
register: run_ansible_out
|
||||||
|
|
||||||
#- name: display run ansible stdout_lines
|
|
||||||
# debug:
|
|
||||||
# var: run_ansible_out.stdout_lines
|
|
||||||
|
|
||||||
#- name: display run ansible stderr
|
|
||||||
# debug:
|
|
||||||
# var: run_ansible_out.stderr
|
|
||||||
|
|
||||||
|
- name: display run ansible stdout_lines
|
||||||
|
debug:
|
||||||
|
var: run_ansible_out.stdout_lines
|
||||||
|
|
||||||
|
- name: display run ansible stderr
|
||||||
|
debug:
|
||||||
|
var: run_ansible_out.stderr
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue