summaryrefslogtreecommitdiff
path: root/roles/etcd/tasks/auxiliary
AgeCommit message (Collapse)Author
2018-01-18Use openshift_is_containerized instead of openshift_is_atomic when ↵Vadim Rutkovsky
installing etcd This allows non-Atomic hosts to be used to install containerized etcd
2017-12-20Remove openshift.common.{is_atomic|is_containerized}Michael Gugino
We set these variables using facts in init, no need to duplicate the logic all around the codebase.
2017-12-14Deprecate using Ansible tests as filtersRussell Teague
2017-11-30retry package operationsLuke Meyer
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).
2017-10-06migrate embedded etcd to external etcdJan Chaloupka
2017-09-27Fix typo in drop_etcdctl.ymlMichael Hanselmann
s/alises/aliases/ says everything.
2017-09-25consolidate etcd_common roleJan Chaloupka
2017-09-22consolidate etcd_migrate roleJan Chaloupka