summaryrefslogtreecommitdiffstats
path: root/roles/etcd/tasks/etcdctl.yml
Commit message (Collapse)AuthorAgeFilesLines
* move etcdctl.yml from etcd to etcd_common roleJan Chaloupka2017-05-031-12/+0
|
* Refactor etcd rolesJan Chaloupka2017-04-281-3/+3
| | | | | | | | - introduce block and simplify when conditions - introduce config.yml so the self-standing etcd role can be run (e.g. to test etcd cluster deployment) - remove empty task files - skip dependency on openshift_etcd_ca - replace cert paths with their appropriate variables
* add ability to specify an etcd versionMark McKinstry2017-03-081-1/+1
|
* Refactor to use Ansible package moduleRussell Teague2016-11-171-1/+2
| | | | | The Ansible package module will call the correct package manager for the underlying OS.
* Drop /etc/profile.d/etcdctl.shScott Dodson2016-11-141-0/+11
Includes bash functions for etcdctl2 and etcdctl3 which provide reasonable defaults for etcdctl functions on a host that's configured with openshift_etcd.