mirror of https://github.com/ceph/ceph-ansible.git
install ceph-mds on debian systems when using red hat ceph storage
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/797/head
parent
7157afc7ce
commit
eb92cb57e4
|
@ -35,3 +35,9 @@
|
|||
name: radosgw
|
||||
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
|
||||
when: rgw_group_name in group_names
|
||||
|
||||
- name: install red hat storage ceph mds
|
||||
apt:
|
||||
pkg: ceph-mds
|
||||
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
|
||||
when: mds_group_name in group_names
|
||||
|
|
Loading…
Reference in New Issue