Closes: #386 and #384
Signed-off-by: Sébastien Han <seb@redhat.com>
# /!\ EITHER ACTIVE ceph_stable OR ceph_stable_ice OR ceph_dev /!\
+#debian_package_dependencies:
+# - python-pycurl
+# - hdparm
+# - ntp
+
+#redhat_package_dependencies:
+# - python-pycurl
+# - hdparm
+# - yum-plugin-priorities.noarch
+# - epel-release
+# - ntp
+
# STABLE
########
\r
# /!\ EITHER ACTIVE ceph_stable OR ceph_stable_ice OR ceph_dev /!\\r
\r
+debian_package_dependencies:\r
+ - python-pycurl\r
+ - hdparm\r
+ - ntp\r
+\r
+redhat_package_dependencies:\r
+ - python-pycurl\r
+ - hdparm\r
+ - yum-plugin-priorities.noarch\r
+ - epel-release\r
+ - ntp\r
+\r
# STABLE\r
########\r
\r
state=present
update_cache=yes
cache_valid_time=3600
- with_items:
- - python-pycurl
- - ntp
- - hdparm
+ with_items: debian_package_dependencies
- name: install the ceph repository stable key
apt_key: >
yum: >
name={{ item }}
state=present
- with_items:
- - python-pycurl
- - ntp
- - hdparm
- - yum-plugin-priorities.noarch
- - epel-release
+ with_items: redhat_package_dependencies
- name: install the ceph stable repository key
rpm_key: >