Change IUS configuration 44/62244/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 13 Nov 2019 15:31:55 +0000 (07:31 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 13 Nov 2019 15:31:55 +0000 (07:31 -0800)
While trying to troubleshoot why a recent CentOS7 system was failing to
get past the installation of yum-plugin-replace from IUS it was
discovered that IUS has changed up the keys that they are signing with.

Along with this change are changes to their official distribution point
according to the standard release package.

While we don't actually install the release package, we do have reason
to configure the rest of the repository correctly, as such we need to
follow the changes that were made back in May of 2019!

Change-Id: Ibace4cdf89d0615a2e5117f9ea3ca50730d5c93d
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
provision/install-base-pkgs-RedHat.yaml

index f541b58..7e3dd34 100644 (file)
@@ -3,8 +3,8 @@
   yum_repository:
     name: ius
     description: IUS Community Packages for Enterprise Linux
-    mirrorlist: https://mirrors.iuscommunity.org/mirrorlist?repo=ius-{{ ansible_distribution|lower}}{{ ansible_distribution_major_version|lower }}&arch=$basearch&protocol=http
-    gpgkey: http://dl.iuscommunity.org/pub/ius/IUS-COMMUNITY-GPG-KEY
+    baseurl: https://repo.ius.io/{{ ansible_distribution_major_version|lower }}/$basearch/
+    gpgkey: https://repo.ius.io/RPM-GPG-KEY-IUS-{{ ansible_distribution_major_version|lower }}
     enabled: "yes"
     gpgcheck: "yes"
     state: present