summaryrefslogtreecommitdiffstats
path: root/roles/kube_nfs_volumes
Commit message (Collapse)AuthorAgeFilesLines
* python3 support, add tox for better local testing against multiple python ↵Jason DeTiberus2016-12-201-3/+5
| | | | versions
* YAML LintingRussell Teague2016-12-121-1/+1
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* update tests and flake8/pylint fixesJason DeTiberus2016-11-291-9/+14
|
* Refactored to use Ansible systemd moduleRussell Teague2016-11-284-5/+11
| | | | | | * 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
* Refactor to use Ansible package moduleRussell Teague2016-11-172-2/+5
| | | | | The Ansible package module will call the correct package manager for the underlying OS.
* Fix typosRodolfo Carvalho2016-10-191-1/+1
|
* Template with_items for upstream ansible-2.2 compat.Andrew Butcher2016-10-142-4/+4
|
* Role dependency cleanupAndrew Butcher2016-07-081-0/+1
|
* Replace deprecated sudo with become.Andrew Butcher2016-04-251-1/+1
|
* 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.