mirror of https://github.com/ceph/ceph-ansible.git
25 lines
552 B
Django/Jinja
25 lines
552 B
Django/Jinja
# {{ ansible_managed }}
|
|
[rh_storage_mon]
|
|
name=Red Hat Storage Ceph - local packages for Ceph
|
|
baseurl=file://{{ ceph_stable_rh_storage_repository_path }}/MON
|
|
enabled=1
|
|
gpgcheck=1
|
|
type=rpm-md
|
|
priority=1
|
|
|
|
[rh_storage_osd]
|
|
name=Red Hat Storage Ceph - local packages for Ceph
|
|
baseurl=file://{{ ceph_stable_rh_storage_repository_path }}/OSD
|
|
enabled=1
|
|
gpgcheck=1
|
|
type=rpm-md
|
|
priority=1
|
|
|
|
[rh_storage_tools]
|
|
name=Red Hat Storage Ceph - assorted tools
|
|
baseurl=file://{{ ceph_stable_rh_storage_repository_path }}/Tools
|
|
enabled=1
|
|
gpgcheck=1
|
|
type=rpm-md
|
|
priority=1
|