tripleo-ci/roles/tripleo-repos/defaults/main.yml
Alex Schultz 45a61bd2c1 Role to install setup repos using tripleo-repos
For basic CI jobs, we should leverage tripleo-repos to do the yum
repository configurations for us.

Change-Id: I49ad22c44883b516bd9c8b76f71b7afeb24be20c
2018-11-05 10:01:10 -07:00

7 lines
251 B
YAML

---
# defaults file for tripleo-repos
tripleo_repos_repository: "git+https://git.openstack.org/openstack/tripleo-repos"
workspace: "{{ ansible_user_dir }}"
centos_mirror_host: "http://mirror.centos.org"
rdo_mirror_host: "https://trunk.rdoproject.org"