summaryrefslogtreecommitdiffstats
path: root/roles/kube_nfs_volumes/handlers/main.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove kube-nfs-volumes roleMatthew Wong2017-03-201-3/+0
|
* 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
* Add nfs-volumes role.Jan Safranek2015-05-201-0/+3
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.