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
- Host: GitHub
- URL: https://github.com/samdbmg/ansible-etcd-cluster
- Owner: samdbmg
- Created: 2018-01-28T18:53:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T23:52:24.000Z (about 8 years ago)
- Last Synced: 2025-02-15T23:20:09.482Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```