summaryrefslogtreecommitdiffstats
path: root/roles/kube_nfs_volumes/meta
Commit message (Collapse)AuthorAgeFilesLines
* Remove kube-nfs-volumes roleMatthew Wong2017-03-201-17/+0
|
* YAML LintingRussell Teague2016-12-121-1/+1
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Refactored to use Ansible systemd moduleRussell Teague2016-11-281-1/+1
| | | | | | * Ansible systemd module used in place of service module * Refactored command tasks which are no longer necessary * Applying rules from openshift-ansible Best Practices Guide
* Role dependency cleanupAndrew Butcher2016-07-081-0/+1
|
* Add nfs-volumes role.Jan Safranek2015-05-201-0/+16
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.