summaryrefslogtreecommitdiffstats
path: root/roles/kube_nfs_volumes
Commit message (Collapse)AuthorAgeFilesLines
* Skip yum/dnf ops when is_containerizedScott Dodson2015-12-152-0/+2
|
* Containerization work by @sdodsonScott Dodson2015-12-151-2/+2
|
* Initial containerization work from @ibottyTobias Florek2015-12-151-0/+4
| | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
* Remove yum / dnf duplicationScott Dodson2015-12-092-13/+3
|
* Fedora changes:Adam Miller2015-12-022-0/+10
| | | | | | | | | | | | | - 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
* Remove v1beta3 by default for kube_nfs_volumesJason DeTiberus2015-11-065-6/+17
|
* Use the documented state=present for yum moduleJason DeTiberus2015-06-102-2/+2
|
* Fixed a typo.Jan Safranek2015-06-011-1/+1
|
* Add nfs-volumes role.Jan Safranek2015-05-208-0/+444
This role is useful to use (physical) disks as persistent volumes in Kubernetes. It partitions the disks, exports the partitions as NFS shares and registers the shares as physical volumes at remote Kubernetes installation.