tripleo-ci/roles/tripleo-repos/defaults/main.yml

15 lines
427 B
YAML

---
# defaults file for tripleo-repos
tripleo_repos_repository: "git+https://opendev.org/openstack/tripleo-repos"
workspace: "{{ ansible_user_dir }}"
centos_mirror_host: "http://mirror.centos.org"
fedora_mirror_host: "https://mirrors.fedoraproject.org"
rdo_mirror_host: "https://trunk.rdoproject.org"
override_repos: ""
rpm_packages:
- git
- python3-libselinux
- python3-pip
- python3-setuptools
- python3-virtualenv