Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlesmithjr/ansible-etcd
https://github.com/mrlesmithjr/ansible-etcd
ansible ansible-role etcd-cluster
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-etcd
- Owner: mrlesmithjr
- License: mit
- Created: 2018-06-27T12:39:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T01:52:22.000Z (almost 5 years ago)
- Last Synced: 2024-11-20T21:56:51.803Z (3 months ago)
- Topics: ansible, ansible-role, etcd-cluster
- Size: 33.2 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ansible-etcd
Ansible role to install/configure etcd
## Build Status
### GitHub Actions
![Molecule Test](https://github.com/mrlesmithjr/ansible-etcd/workflows/Molecule%20Test/badge.svg)
### Travis CI
[![Build Status](https://travis-ci.org/mrlesmithjr/ansible-etcd.svg?branch=master)](https://travis-ci.org/mrlesmithjr/ansible-etcd)
## Requirements
For any required Ansible roles, review:
[requirements.yml](requirements.yml)## Role Variables
[defaults/main.yml](defaults/main.yml)
## Dependencies
## Example Playbook
[playbook.yml](playbook.yml)
## License
MIT
## Author Information
Larry Smith Jr.
- [@mrlesmithjr](https://twitter.com/mrlesmithjr)
- [[email protected]](mailto:[email protected])
- [http://everythingshouldbevirtual.com](http://everythingshouldbevirtual.com)> NOTE: Repo has been created/updated using [https://github.com/mrlesmithjr/cookiecutter-ansible-role](https://github.com/mrlesmithjr/cookiecutter-ansible-role) as a template.