From: Dimitri Savineau Date: Mon, 1 Feb 2021 16:47:10 +0000 (-0500) Subject: ceph-defaults: use https for download.ceph.com X-Git-Tag: v6.0.0~22 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b1f37c4b3ddec4ff564514c079026f1e020575ea;p=ceph-ansible.git ceph-defaults: use https for download.ceph.com There's no reason to still use http on download.ceph.com instead of https. Signed-off-by: Dimitri Savineau --- diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index 789c4ef73..ff385cf6a 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -139,7 +139,7 @@ dummy: # # Enabled when ceph_repository == 'community' # -#ceph_mirror: http://download.ceph.com +#ceph_mirror: https://download.ceph.com #ceph_stable_key: https://download.ceph.com/keys/release.asc #ceph_stable_release: dummy #ceph_stable_repo: "{{ ceph_mirror }}/debian-{{ ceph_stable_release }}" diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index 8337e0e53..07b77e87f 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -139,7 +139,7 @@ ceph_repository: rhcs # # Enabled when ceph_repository == 'community' # -#ceph_mirror: http://download.ceph.com +#ceph_mirror: https://download.ceph.com #ceph_stable_key: https://download.ceph.com/keys/release.asc #ceph_stable_release: dummy #ceph_stable_repo: "{{ ceph_mirror }}/debian-{{ ceph_stable_release }}" diff --git a/roles/ceph-defaults/defaults/main.yml b/roles/ceph-defaults/defaults/main.yml index 955271239..6e79141e9 100644 --- a/roles/ceph-defaults/defaults/main.yml +++ b/roles/ceph-defaults/defaults/main.yml @@ -131,7 +131,7 @@ valid_ceph_repository: # # Enabled when ceph_repository == 'community' # -ceph_mirror: http://download.ceph.com +ceph_mirror: https://download.ceph.com ceph_stable_key: https://download.ceph.com/keys/release.asc ceph_stable_release: dummy ceph_stable_repo: "{{ ceph_mirror }}/debian-{{ ceph_stable_release }}"