tripleo-operator-ansible/roles/tripleo_repos
Sorin Sbarnea f2467db214 Enabled markdownlint
Change-Id: I34b19ce71f88901d87c602f98ca6f274b61d1f82
2020-01-28 13:27:26 +00:00
..
defaults Rename roles to use underscore 2020-01-21 10:12:00 -07:00
handlers Rename roles to use underscore 2020-01-21 10:12:00 -07:00
meta Rename roles to use underscore 2020-01-21 10:12:00 -07:00
tasks Rename roles to use underscore 2020-01-21 10:12:00 -07:00
tests Fixed flake8 excludes and new-lines 2020-01-27 19:10:31 +00:00
vars Rename roles to use underscore 2020-01-21 10:12:00 -07:00
README.md Enabled markdownlint 2020-01-28 13:27:26 +00:00

README.md

tripleo_repos

Role to install tripleo_repos and use it to manage tripleo yum repos.

Requirements

None

Role Variables

  • tripleo_repos_branch: (String) Repo branch to configure (master|train|stein|etc)
  • tripleo_repos_extra_args: (List) List of extra arguments to pass to tripleo_repos
  • tripleo_repos_extra_repos: (List) List of extra repos to configure (e.g. ceph)
  • tripleo_repos_repo_base: (String) Url base to RDO (default: https://trunk.rdoproject.org)
  • tripleo_repos_version: (String) Version to configure (current-tripleo-dev|current-tripleo|current)

Dependencies

None

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
    - name: Setup tripleo_repos
      include_role:
        name: tripleo_repos
      vars:
        tripleo_repos_extra_repos:
          - ceph
        tripleo_repos_extra_args:
          - "--rdo-mirror https://my.awesome.mirror/"

License

Apache-2.0