tripleo-operator-ansible/roles/tripleo_repos
Emilien Macchi c1527ca9fc tripleo_repo: add missing >- to remove trailing \n
I forgot it in my previous commit, we need >- and not > to remove
training characters.

Change-Id: I6c7d5876d7de70b74e202ceb1940eb4324c4e573
2021-05-20 11:14:15 -04:00
..
defaults tripleo_repos: add tripleo_repos_repo_branch 2021-05-20 12:31:13 +00: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 tripleo_repo: add missing >- to remove trailing \n 2021-05-20 11:14:15 -04: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 tripleo_repos: add tripleo_repos_repo_branch 2021-05-20 12:31:13 +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_repo_branch: (String) Repo branch to install tripleo-repos tool (master|train|stein|etc)
  • tripleo_repos_debug: (Boolean) Flag to print out the tripleo-repos command being executed
  • tripleo_repos_extra_args: (List) List of extra arguments to pass to tripleo_repos
  • tripleo_repos_repo_base: (String) Url base to RDO (default: https://trunk.rdoproject.org)
  • tripleo_repos_repos: (List) List of repos to install
  • tripleo_repos_mirror: (String) Base OS mirror to use
  • tripleo_repos_no_stream: (Boolean) Flag for tripleo-repos to disable stream if CentOS8 Stream is not being used. Default: false
  • tripleo_repos_rdo_mirror: (String) RDO mirror to use
  • tripleo_repos_output_path: (String) Directory to save the repos in
  • tripleo_repos_stream: (Boolean) Flag for tripleo-repos if CentOS8 Stream is used. Default: false

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_repos:
          - current
          - ceph
        tripleo_repos_branch: train

License

Apache-2.0