summaryrefslogtreecommitdiffstats
path: root/roles/flannel/tasks
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Refactor to use Ansible package moduleRussell Teague2016-11-171-1/+1
| | | | | The Ansible package module will call the correct package manager for the underlying OS.
* Merge pull request #2754 from jprovaznik/flannel_prefixScott Dodson2016-11-081-1/+1
|\ | | | | FIx flannel var name
| * FIx flannel var nameJan Provaznik2016-11-081-1/+1
| | | | | | | | | | | | should be FLANNEL_ETCD_PREFIX Related to: #2635
* | Install flannel RPM on containerized but not atomicScott Dodson2016-11-081-1/+1
|/
* Fix indentation for flannel etcd varsSamuel Munilla2016-11-041-5/+5
|
* Update flannel etcd vars for 0.5.5Samuel Munilla2016-11-031-11/+8
| | | | | | | | | flannel-0.5.5 uses different variable names in /etc/sysconfig/flannel. This writes both the old and next variable name to the file for quick compatibility. Fixes #2635 Fixes Bug 1391515
* Replace deprecated sudo with become.Andrew Butcher2016-04-251-6/+6
|
* Skip yum/dnf ops when is_containerizedScott Dodson2015-12-151-0/+1
|
* Remove yum / dnf duplicationScott Dodson2015-12-091-7/+1
|
* Fedora changes:Adam Miller2015-12-021-0/+6
| | | | | | | | | | | | | - 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 empty notify sectionSylvain Baubeau2015-10-281-1/+0
|
* Only remove IPv4 address from docker bridgeSylvain Baubeau2015-10-271-1/+1
|
* Add flannel supportSylvain Baubeau2015-10-271-0/+44
Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>