]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
testnode: Add lab-extras repo to RHEL8 499/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 12 Dec 2019 16:10:48 +0000 (11:10 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 12 Dec 2019 16:10:48 +0000 (11:10 -0500)
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/testnode/vars/redhat_8.yml

index 72f075c258a0187056912eed77eb12bdb3007a29..082acfa6765271cad8bc9db532af4c82b23da822 100644 (file)
@@ -1,7 +1,12 @@
 ---
 # vars specific to any rhel 8.x version
 
-common_yum_repos: {}
+common_yum_repos:
+  lab-extras:
+    name: "lab-extras"
+    baseurl: "http://{{ mirror_host }}/lab-extras/8/"
+    enabled: 1
+    gpgcheck: 0
 
 packages:
   - '@core'