ceph_stable: false # use ceph stable branch\r
ceph_stable_key: https://download.ceph.com/keys/release.asc\r
ceph_stable_release: infernalis # ceph stable release\r
+ceph_stable_repo: "http://ceph.com/debian-{{ ceph_stable_release }}"\r
\r
###################\r
# Stable Releases #\r
- name: add ceph stable repository
apt_repository:
- repo: "deb http://ceph.com/debian-{{ ceph_stable_release }}/ {{ ceph_stable_distro_source | default(ansible_lsb.codename) }} main"
+ repo: "deb {{ ceph_stable_repo }} {{ ceph_stable_distro_source | default(ansible_lsb.codename) }} main"
state: present
changed_when: false
when: ceph_stable