diff options
author | Scott Dodson <sdodson@redhat.com> | 2015-06-12 14:52:03 -0400 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2015-07-10 14:06:17 -0400 |
commit | e7082b9870bdf4cc0769645f4fae3bccc3efdee4 (patch) | |
tree | 7ba68c85c943dc50ac6102d5dbd91d3537388cd1 /roles/etcd/meta | |
parent | f08e64ac98a62863dfd7b7802338a0a7f4770188 (diff) | |
download | openshift-e7082b9870bdf4cc0769645f4fae3bccc3efdee4.tar.gz openshift-e7082b9870bdf4cc0769645f4fae3bccc3efdee4.tar.bz2 openshift-e7082b9870bdf4cc0769645f4fae3bccc3efdee4.tar.xz openshift-e7082b9870bdf4cc0769645f4fae3bccc3efdee4.zip |
Add etcd role that builds out basic etcd cluster
- Add initial etcd role
- Add etcd playbook to create etcd client certs
- Hookup master to etcd
Diffstat (limited to 'roles/etcd/meta')
-rw-r--r-- | roles/etcd/meta/main.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/roles/etcd/meta/main.yml b/roles/etcd/meta/main.yml new file mode 100644 index 000000000..f952f84be --- /dev/null +++ b/roles/etcd/meta/main.yml @@ -0,0 +1,17 @@ +--- +# This module is based on https://github.com/retr0h/ansible-etcd with most +# changes centered around installing from a pre-existing rpm +# TODO: Extend https://github.com/retr0h/ansible-etcd rather than forking +galaxy_info: + author: Scott Dodson + description: etcd management + company: Red Hat, Inc. + license: Apache License, Version 2.0 + min_ansible_version: 1.2 + platforms: + - name: EL + versions: + - 7 + categories: + - cloud + - system |