blob: 0c96b254169f7b82d63975b7083055e7e23fbe4c (
plain)
1
2
3
4
5
6
7
|
## deploys a simple etcd cluster, this cluster does not provide client side ssl
## and cannot be used directly for openshift. This should only be used for testing.
---
- name: Configure etcd
hosts: etcd
roles:
- etcd
|