mirror of https://github.com/ceph/ceph-ansible.git
31 lines
918 B
Plaintext
31 lines
918 B
Plaintext
|
# {{ ansible_managed }}
|
||
|
|
||
|
[ceph-extras]
|
||
|
name=Ceph Extras Packages
|
||
|
baseurl=http://ceph.com/packages/ceph-extras/rpm/{{ redhat_distro_ceph_extra }}/$basearch
|
||
|
enabled=1
|
||
|
priority=2
|
||
|
gpgcheck=1
|
||
|
type=rpm-md
|
||
|
gpgkey=https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
|
||
|
|
||
|
{% if (redhat_distro_ceph_extra != "centos6.4" and redhat_distro_ceph_extra != "rhel6.4" and redhat_distro_ceph_extra != "rhel6.5") %}
|
||
|
[ceph-extras-noarch]
|
||
|
name=Ceph Extras noarch
|
||
|
baseurl=http://ceph.com/packages/ceph-extras/rpm/{{ redhat_distro_ceph_extra }}/noarch
|
||
|
enabled=1
|
||
|
priority=2
|
||
|
gpgcheck=1
|
||
|
type=rpm-md
|
||
|
gpgkey=https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
|
||
|
{% endif %}
|
||
|
|
||
|
[ceph-extras-source]
|
||
|
name=Ceph Extras Sources
|
||
|
baseurl=http://ceph.com/packages/ceph-extras/rpm/{{ redhat_distro_ceph_extra }}/SRPMS
|
||
|
enabled=1
|
||
|
priority=2
|
||
|
gpgcheck=1
|
||
|
type=rpm-md
|
||
|
gpgkey=https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
|