mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #48 from guestisp/remove-https-for-ceph-key
Remove HTTPS from ceph key urlpull/55/head
commit
f43cc8253f
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
# Setup options
|
# Setup options
|
||||||
distro_release: "{{ facter_lsbdistcodename }}"
|
distro_release: "{{ facter_lsbdistcodename }}"
|
||||||
apt_key: https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
|
apt_key: http://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
|
||||||
ceph_release: emperor
|
ceph_release: emperor
|
||||||
redhat_distro: el6 # supported distros are el6, rhel6, f18, f19, opensuse12.2, sles11
|
redhat_distro: el6 # supported distros are el6, rhel6, f18, f19, opensuse12.2, sles11
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue