]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-defaults: use https for download.ceph.com
authorDimitri Savineau <dsavinea@redhat.com>
Mon, 1 Feb 2021 16:47:10 +0000 (11:47 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 3 Feb 2021 06:14:37 +0000 (07:14 +0100)
There's no reason to still use http on download.ceph.com instead of
https.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-defaults/defaults/main.yml

index 789c4ef73af69f0b35d4839bd98b81deafdd7ebe..ff385cf6a32e8bcccb19f2d82057cb33f64a6a43 100644 (file)
@@ -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 }}"
index 8337e0e53ce6b701db4caf76c088acde35a03be3..07b77e87f4e9edf8439a1523290b7b2d90dfdb6e 100644 (file)
@@ -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 }}"
index 9552712397fdfe973d720b41cde956cd1da2ab73..6e79141e913b1147e0bac5d491b7b7fdd5ecfeb8 100644 (file)
@@ -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 }}"