mirror of https://github.com/ceph/ceph-ansible.git
commit
2dd12c93e1
|
@ -52,7 +52,7 @@
|
|||
- name: install Ceph
|
||||
apt: >
|
||||
pkg={{ item }}
|
||||
state=latest
|
||||
state=present
|
||||
with_items:
|
||||
- ceph
|
||||
- ceph-common #|
|
||||
|
|
|
@ -69,13 +69,13 @@
|
|||
- name: install Ceph
|
||||
yum: >
|
||||
name=ceph
|
||||
state=latest
|
||||
state=present
|
||||
when: not ceph_stable_rh_storage
|
||||
|
||||
- name: install red hat storage ceph mon
|
||||
yum: >
|
||||
name={{ item }}
|
||||
state=latest
|
||||
state=present
|
||||
with_items:
|
||||
- ceph
|
||||
- ceph-mon
|
||||
|
@ -86,7 +86,7 @@
|
|||
- name: install red hat storage ceph osd
|
||||
yum: >
|
||||
name={{ item }}
|
||||
state=latest
|
||||
state=present
|
||||
with_items:
|
||||
- ceph
|
||||
- ceph-osd
|
||||
|
|
Loading…
Reference in New Issue