summaryrefslogtreecommitdiffstats
path: root/roles/yum_repos/defaults
Commit message (Collapse)AuthorAgeFilesLines
* cleanup roles after roles move to openshift-toolsJoel Diaz2016-04-151-3/+0
| | | | | | | | | | also removing inventory/multi_inventory* things left behind unchanged even though they were copied: playbooks/adhoc/* roles/dns roles/kube_nfs_volumes roles/os_update_latest
* refactor yum_repo role to handle multiple repos/filesJason DeTiberus2015-04-091-0/+3
- Rename yum_repo role to yum_repos - Update yum_repos to take a more complex datastructure to describe multiple repo files and multiple repos within those files - Update the template to support multiple repos within the repo file - Update the template to allow for any key, value pair passed in instead of a hard coded list. - Add assertions to verify the repo_files variable is properly defined - Convert the legacy variables to the new repo_files variable