]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
testnode: Switch lab-extras repository URLs to HTTPS 806/head
authordeepssin <deepssin@redhat.com>
Thu, 18 Dec 2025 10:57:01 +0000 (10:57 +0000)
committerdeepssin <deepssin@redhat.com>
Thu, 18 Dec 2025 11:04:51 +0000 (11:04 +0000)
Signed-off-by: deepssin <deepssin@redhat.com>
roles/common/tasks/nagios.yml
roles/testnode/vars/centos_6.yml
roles/testnode/vars/centos_7.yml
roles/testnode/vars/centos_8.yml
roles/testnode/vars/centos_9.yml
roles/testnode/vars/redhat_6.yml
roles/testnode/vars/redhat_7.6.yml
roles/testnode/vars/redhat_7.8.yml
roles/testnode/vars/redhat_7.yml
roles/testnode/vars/redhat_8.yml

index e162e9ac5388360a5cc2c792001dd41994bc379c..5db289e6dcabe3366041b7fb21b87c80228c9a4d 100644 (file)
     name: "{{ item }}"
     state: present
   with_items:
-    - http://{{ mirror_host }}/lab-extras/rhel7/x86_64/nagios-common-4.0.8-2.el7.x86_64.rpm
-    - http://{{ mirror_host }}/lab-extras/rhel7/x86_64/nrpe-2.15-7.el7.x86_64.rpm
-    - http://{{ mirror_host }}/lab-extras/rhel7/x86_64/nagios-plugins-2.0.3-3.el7.x86_64.rpm
-    - http://{{ mirror_host }}/lab-extras/rhel7/x86_64/nagios-plugins-load-2.0.3-3.el7.x86_64.rpm
+    - https://{{ mirror_host }}/lab-extras/rhel7/x86_64/nagios-common-4.0.8-2.el7.x86_64.rpm
+    - https://{{ mirror_host }}/lab-extras/rhel7/x86_64/nrpe-2.15-7.el7.x86_64.rpm
+    - https://{{ mirror_host }}/lab-extras/rhel7/x86_64/nagios-plugins-2.0.3-3.el7.x86_64.rpm
+    - https://{{ mirror_host }}/lab-extras/rhel7/x86_64/nagios-plugins-load-2.0.3-3.el7.x86_64.rpm
   when:
     - ansible_os_family == "RedHat"
     - ansible_distribution_major_version|int <= 7
index 5213c9c08455d0964fc766c24d384320ae6af0c8..0b63adc2c9a727360d9b38ead19e0c067a163299 100644 (file)
@@ -22,7 +22,7 @@ yum_repos:
     protect: 0
   lab-extras:
     name: lab-extras
-    baseurl: "http://{{ mirror_host }}/lab-extras/centos6/"
+    baseurl: "https://{{ mirror_host }}/lab-extras/centos6/"
     enabled: 1
     gpgcheck: 0
     priority: 2
index e88310ca32a94a54bda11b4f73c4fbb47112d0e2..dc6e4920cf3832ab612b9d312d083bbb65f1097c 100644 (file)
@@ -9,7 +9,7 @@ yum_repos:
     gpgcheck: 0
   lab-extras:
     name: lab-extras
-    baseurl: "http://{{ mirror_host }}/lab-extras/centos7/"
+    baseurl: "https://{{ mirror_host }}/lab-extras/centos7/"
     enabled: 1
     gpgcheck: 0
 
index a1b03b158578ad9a600a1a76892922a523ca9206..3255031654c2996cb392ef67c781841f9617dc74 100644 (file)
@@ -5,7 +5,7 @@
 common_yum_repos:
   lab-extras:
     name: "lab-extras"
-    baseurl: "http://{{ mirror_host }}/lab-extras/8/"
+    baseurl: "https://{{ mirror_host }}/lab-extras/8/"
     enabled: 1
     gpgcheck: 0
 
index 56c1997cad5530a0dc912dbb94a0a7a47684a92a..5dfdcbaea2b778bf65941b4e5e5c908fadcd136b 100644 (file)
@@ -4,7 +4,7 @@
 common_yum_repos:
   lab-extras:
     name: "lab-extras"
-    baseurl: "http://{{ mirror_host }}/lab-extras/9/"
+    baseurl: "https://{{ mirror_host }}/lab-extras/9/"
     enabled: 1
     gpgcheck: 0
 
index bafc391b93e7d864c7a4b5d4478398416471d5a7..2fdc10687d79073b0c7bcb382bb177ae3b61b273 100644 (file)
@@ -4,7 +4,7 @@
 common_yum_repos:
   lab-extras:
     name: "lab-extras"
-    baseurl: "http://{{ mirror_host }}/lab-extras/rhel6/"
+    baseurl: "https://{{ mirror_host }}/lab-extras/rhel6/"
     enabled: 1
     gpgcheck: 0
     priority: 2
index 84366bb5accba02dcecbe0efe29dcf4c9866e2d7..8b256c3ae9880424000d3f4d5de63358ea2417c9 100644 (file)
@@ -9,7 +9,7 @@ common_yum_repos:
     gpgcheck: 0
   lab-extras:
     name: "lab-extras"
-    baseurl: "http://{{ mirror_host }}/lab-extras/rhel7/"
+    baseurl: "https://{{ mirror_host }}/lab-extras/rhel7/"
     enabled: 1
     gpgcheck: 0
 
index f2e8265a46a78108dc774402733c286a10e80fc4..20d00fcba5549902dd2d6f43d59dde929cf5d7d4 100644 (file)
@@ -9,7 +9,7 @@ common_yum_repos:
     gpgcheck: 0
   lab-extras:
     name: "lab-extras"
-    baseurl: "http://{{ mirror_host }}/lab-extras/rhel7/"
+    baseurl: "https://{{ mirror_host }}/lab-extras/rhel7/"
     enabled: 1
     gpgcheck: 0
 
index 77741bd97ac2a1b228921fa82f173cc5cd3bc3fd..caee1895a9b84da7ff8fed7f0487df58b0e32e1b 100644 (file)
@@ -9,7 +9,7 @@ common_yum_repos:
     gpgcheck: 0
   lab-extras:
     name: "lab-extras"
-    baseurl: "http://{{ mirror_host }}/lab-extras/rhel7/"
+    baseurl: "https://{{ mirror_host }}/lab-extras/rhel7/"
     enabled: 1
     gpgcheck: 0
 
index b56784fc3741b44a3b59a5677774cd69ef1445ec..aa9836cdb5f50a9d9b69747f4531e5ddc6ecd313 100644 (file)
@@ -4,7 +4,7 @@
 common_yum_repos:
   lab-extras:
     name: "lab-extras"
-    baseurl: "http://{{ mirror_host }}/lab-extras/8/"
+    baseurl: "https://{{ mirror_host }}/lab-extras/8/"
     enabled: 1
     gpgcheck: 0