Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove kube-nfs-volumes role | Matthew Wong | 2017-03-20 | 9 | -478/+0 |
| | |||||
* | python3 support, add tox for better local testing against multiple python ↵ | Jason DeTiberus | 2016-12-20 | 1 | -3/+5 |
| | | | | versions | ||||
* | YAML Linting | Russell Teague | 2016-12-12 | 1 | -1/+1 |
| | | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks | ||||
* | update tests and flake8/pylint fixes | Jason DeTiberus | 2016-11-29 | 1 | -9/+14 |
| | |||||
* | Refactored to use Ansible systemd module | Russell Teague | 2016-11-28 | 4 | -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 module | Russell Teague | 2016-11-17 | 2 | -2/+5 |
| | | | | | The Ansible package module will call the correct package manager for the underlying OS. | ||||
* | Fix typos | Rodolfo Carvalho | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Template with_items for upstream ansible-2.2 compat. | Andrew Butcher | 2016-10-14 | 2 | -4/+4 |
| | |||||
* | Role dependency cleanup | Andrew Butcher | 2016-07-08 | 1 | -0/+1 |
| | |||||
* | Replace deprecated sudo with become. | Andrew Butcher | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | Skip yum/dnf ops when is_containerized | Scott Dodson | 2015-12-15 | 2 | -0/+2 |
| | |||||
* | Containerization work by @sdodson | Scott Dodson | 2015-12-15 | 1 | -2/+2 |
| | |||||
* | Initial containerization work from @ibotty | Tobias Florek | 2015-12-15 | 1 | -0/+4 |
| | | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml | ||||
* | Remove yum / dnf duplication | Scott Dodson | 2015-12-09 | 2 | -13/+3 |
| | |||||
* | Fedora changes: | Adam Miller | 2015-12-02 | 2 | -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_volumes | Jason DeTiberus | 2015-11-06 | 5 | -6/+17 |
| | |||||
* | Use the documented state=present for yum module | Jason DeTiberus | 2015-06-10 | 2 | -2/+2 |
| | |||||
* | Fixed a typo. | Jan Safranek | 2015-06-01 | 1 | -1/+1 |
| | |||||
* | Add nfs-volumes role. | Jan Safranek | 2015-05-20 | 8 | -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. |