This change updates tripleo-repos to work like the other roles in tripleo-operator-ansible and expose all the cli options as direct vars rather than hide them. This change maintains backwards compatibility for the version/extra_repos vars but that usages should be dropped by anyone consuming this role. Change-Id: I00503563af0a6b8174169157d9da06a06f95ef0f
13 lines
319 B
YAML
13 lines
319 B
YAML
---
|
|
# defaults file for tripleo_repos
|
|
tripleo_repos_branch: master
|
|
tripleo_repos_debug: false
|
|
tripleo_repos_distro:
|
|
tripleo_repos_extra_args: []
|
|
tripleo_repos_mirror:
|
|
tripleo_repos_output_path:
|
|
tripleo_repos_rdo_mirror:
|
|
tripleo_repos_repo_base: https://trunk.rdoproject.org
|
|
tripleo_repos_repos:
|
|
- current-tripleo-dev
|