Files
tripleo-operator-ansible/roles/tripleo_repos/README.md
Sorin Sbarnea f2467db214 Enabled markdownlint
Change-Id: I34b19ce71f88901d87c602f98ca6f274b61d1f82
2020-01-28 13:27:26 +00:00

47 lines
1.1 KiB
Markdown

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:
```yaml
- 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