mirror of https://github.com/ceph/ceph-ansible.git
parent
a4646dd3f2
commit
9157656d49
|
@ -37,6 +37,9 @@ dummy:
|
|||
## Configure package origin
|
||||
#
|
||||
#ceph_origin: 'upstream' # or 'distro'
|
||||
# 'distro' means that no separate repo file will be added
|
||||
# you will get whatever version of Ceph is included in your Linux distro.
|
||||
#
|
||||
#ceph_use_distro_backports: false # DEBIAN ONLY
|
||||
|
||||
# STABLE
|
||||
|
|
|
@ -35,6 +35,9 @@ redhat_package_dependencies:
|
|||
## Configure package origin
|
||||
#
|
||||
ceph_origin: 'upstream' # or 'distro'
|
||||
# 'distro' means that no separate repo file will be added
|
||||
# you will get whatever version of Ceph is included in your Linux distro.
|
||||
#
|
||||
ceph_use_distro_backports: false # DEBIAN ONLY
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue