From b6d734e43bf0d5f79e5a47554f3e0ef03f5e3b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Fri, 12 Feb 2016 15:55:42 +0100 Subject: [PATCH] add a galaxy dependency file example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Han --- example-ansible-role-requirements.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 example-ansible-role-requirements.yml diff --git a/example-ansible-role-requirements.yml b/example-ansible-role-requirements.yml new file mode 100644 index 000000000..3c43af109 --- /dev/null +++ b/example-ansible-role-requirements.yml @@ -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: