Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Partial reversion of group_vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypoulz committed Aug 26, 2018
1 parent cf4a3e5 commit ef90526
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions workspace/inventories/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []

Expand Down

0 comments on commit ef90526

Please sign in to comment.