diff --git a/workspace/inventories/group_vars/all.yml b/workspace/inventories/group_vars/all.yml index c1ffda5..82b1492 100644 --- a/workspace/inventories/group_vars/all.yml +++ b/workspace/inventories/group_vars/all.yml @@ -5,6 +5,12 @@ certificate_authority_urls: - https://password.corp.redhat.com/legacy.crt - https://password.corp.redhat.com/RH-IT-Root-CA.crt - https://engineering.redhat.com/Eng-CA.crt +rhel_base_urls: + x86_64: "http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server" + ppc64le: "http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/power-le/7/7Server" + s390x: "http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/system-z/7/7Server" + aarch64: "http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/arm/7/7Server" +rhel_base: "{{ rhel_base_urls[ansible_architecture] }}" # Set pre_upload_files to empty array so it isn't undefined pre_upload_files: []