mirror of https://github.com/ceph/ceph-ansible.git
add a galaxy dependency file example
Signed-off-by: Sébastien Han <seb@redhat.com>pull/538/head
parent
eaee28093e
commit
b6d734e43b
|
@ -0,0 +1,18 @@
|
||||||
|
- name: ceph-common
|
||||||
|
src: https://github.com/ceph/ansible-ceph-common.git
|
||||||
|
#version:
|
||||||
|
- name: ceph-mon
|
||||||
|
src: https://github.com/ceph/ansible-ceph-mon.git
|
||||||
|
#version:
|
||||||
|
- name: ceph-osd
|
||||||
|
src: https://github.com/ceph/ansible-ceph-osd.git
|
||||||
|
#version:
|
||||||
|
- name: ceph-mds
|
||||||
|
src: https://github.com/ceph/ansible-ceph-mds.git
|
||||||
|
#version:
|
||||||
|
- name: ceph-rgw
|
||||||
|
src: https://github.com/ceph/ansible-ceph-rgw.git
|
||||||
|
#version:
|
||||||
|
- name: ceph-restapi
|
||||||
|
src: https://github.com/ceph/ansible-ceph-restapi.git
|
||||||
|
#version:
|
Loading…
Reference in New Issue