summaryrefslogtreecommitdiffstats
path: root/roles/etcd/tasks/auxiliary
Commit message (Collapse)AuthorAgeFilesLines
* Use openshift_is_containerized instead of openshift_is_atomic when ↵Vadim Rutkovsky2018-01-181-1/+1
| | | | | | installing etcd This allows non-Atomic hosts to be used to install containerized etcd
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-1/+1
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Deprecate using Ansible tests as filtersRussell Teague2017-12-141-1/+1
|
* retry package operationsLuke Meyer2017-11-301-0/+2
| | | | | | When a package install/update fails due to network blips or other spotty availability, retry it. If the failure is a real failure (e.g. package is really not there) it still fails after 3 tries (Ansible default).
* migrate embedded etcd to external etcdJan Chaloupka2017-10-063-1/+37
|
* Fix typo in drop_etcdctl.ymlMichael Hanselmann2017-09-271-1/+1
| | | | s/alises/aliases/ says everything.
* consolidate etcd_common roleJan Chaloupka2017-09-251-0/+12
|
* consolidate etcd_migrate roleJan Chaloupka2017-09-221-0/+5