mirror of https://github.com/ceph/ceph-ansible.git
update: show all daemons version at the end
Let's display all daemons version at the end of the playbook. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/3748/head
parent
7386249c71
commit
0ea0adf039
|
@ -855,4 +855,10 @@
|
|||
|
||||
- name: show ceph status
|
||||
command: "{{ docker_exec_cmd_status|default('') }} ceph --cluster {{ cluster }} -s"
|
||||
run_once: True
|
||||
delegate_to: "{{ groups[mon_group_name][0] }}"
|
||||
|
||||
- name: show all daemons version
|
||||
command: "{{ docker_exec_cmd_status|default('') }} ceph --cluster {{ cluster }} versions"
|
||||
run_once: True
|
||||
delegate_to: "{{ groups[mon_group_name][0] }}"
|
||||
|
|
Loading…
Reference in New Issue