]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
add GPG checking for RHEL 8 437/head
authorKen Dreyer <kdreyer@redhat.com>
Tue, 12 Feb 2019 23:37:52 +0000 (16:37 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Tue, 12 Feb 2019 23:37:52 +0000 (16:37 -0700)
The RHEL 8 beta is GPG-signed, so we might as well verify signatures.

roles/common/vars/redhat_8.yml

index 69989f83f9ee3c4329e7a0edf2d9627d3493cd0b..d9aca4c83ad1cffecc6276c808ce197e84995aa6 100644 (file)
@@ -11,9 +11,11 @@ beta_repos:
     name: "RHEL {{ ansible_distribution_version }} BaseOS (RPMs)"
     baseurl: "https://downloads.redhat.com/redhat/rhel/rhel-8-beta/baseos/x86_64/"
     enabled: 1
-    gpgcheck: 0
+    gpgcheck: 1
+    gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
   rhel-beta-appstream:
     name: "RHEL {{ ansible_distribution_version }} AppStream (RPMs)"
     baseurl: "https://downloads.redhat.com/redhat/rhel/rhel-8-beta/appstream/x86_64/"
     enabled: 1
-    gpgcheck: 0
+    gpgcheck: 1
+    gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release