summaryrefslogtreecommitdiffstats
path: root/roles/yum_repos
Commit message (Collapse)AuthorAgeFilesLines
* Containerization work by @sdodsonScott Dodson2015-12-151-1/+1
|
* Initial containerization work from @ibottyTobias Florek2015-12-151-0/+1
| | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
* Fedora changes:Adam Miller2015-12-021-1/+1
| | | | | | | | | | | | | - ansible bootstrap playbook for Fedora 23+ - add conditionals to handle yum vs dnf - add Fedora OpenShift COPR - update BYO host README for repo configs and fedora bootstrap Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml rebase on master, update package cache refresh handler for yum vs dnf Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml
* refactor yum_repo role to handle multiple repos/filesJason DeTiberus2015-04-095-0/+189
- 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