tripleo-ci/roles/tripleo-repos
Sorin Sbarnea a3c9dc40e4 Fixed yamlint violations
Change-Id: I7468ef9929cd6a7c0969bcd6befb320bfd671097
2021-02-10 15:24:59 +00:00
..
defaults Enable py3 on dib release 7 2020-09-16 20:24:21 +00:00
handlers lint: maintenance chore 2019-11-11 18:01:00 +00:00
meta Fixed yamlint violations 2021-02-10 15:24:59 +00:00
molecule/default Fixed yamlint violations 2021-02-10 15:24:59 +00:00
tasks Upgrade linters 2021-02-10 15:04:16 +00:00
tests lint: maintenance chore 2019-11-11 18:01:00 +00:00
vars lint: maintenance chore 2019-11-11 18:01:00 +00:00
README.rst OpenDev Migration Patch 2 2019-04-22 11:04:00 +05:30

README.rst

tripleo-repos

A role to install and run tripleo-repos to setup the CentOS and RDO yum repositories.

Role Variables

Variables used for chrony
Name Default Value Description
tripleo_repos_repository git+https://opendev.org/openstack/tripleo-repos Git repository to pip install tripleo-repos from
workspace ansible_user_dir Workspace directory to put the venv into
centos_mirror_host http://mirror.centos.org Mirror host for CentOS repositories
rdo_mirror_host https://trunk.rdoproject.org Mirror host for RDO repositories

Requirements

  • ansible >= 2.4
  • python >= 2.6

Dependencies

None

Example Playbooks

- hosts: localhost
  become: true
  roles:
    - tripleo-repos

License

Apache 2.0