https://github.com/riodevelop/ansible-etcd-cluster-deploy
Simple playbook for deploying etcd cluster
https://github.com/riodevelop/ansible-etcd-cluster-deploy
Last synced: 8 months ago
JSON representation
Simple playbook for deploying etcd cluster
- Host: GitHub
- URL: https://github.com/riodevelop/ansible-etcd-cluster-deploy
- Owner: riodevelop
- Created: 2025-01-07T10:56:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T11:18:01.000Z (over 1 year ago)
- Last Synced: 2025-01-07T12:25:55.723Z (over 1 year ago)
- Language: Jinja
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-etcd-cluster-deploy
Simple playbook for deploying etcd cluster
## Deploying process
1. Fill inventory example with your hosts for etcd, lan interface for communicating and preffer etcd version
2. Run playbook:
ansible-playbook -i inventory.ini -kK install.yml
Tested on ansible 2.18.1 and Oracle Linux 9.5