config.yml 223 B

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