An open API service indexing awesome lists of open source software.

https://github.com/samdbmg/ansible-etcd-cluster

Ansible role to start up an etcd cluster
https://github.com/samdbmg/ansible-etcd-cluster

Last synced: about 1 year ago
JSON representation

Ansible role to start up an etcd cluster

Awesome Lists containing this project

README

          

# etcd kicker

## Running (MWE)
A Vagrantfile is provided to spin up a three node cluster. Something like:

```
cd vagrant-demo
vagrant up
python vagrant2inventory.py > vagrant_inventory
ansible-playbook --private-key=~/.vagrant.d/insecure_private_key -i vagrant_inventory test-playbook.yml
```