andrewrothstein.etcd-cluster
andrewrothstein.etcd_cluster
Konfiguruje klaster etcd. Uruchamia członka głosującego na każdym hoście w grupie etcd-master
oraz proxy na pozostałych hostach w grupie etcd
.
Wymagania
Zobacz meta/main.yml
Zmienne Roli
Zobacz defaults/main.yml
Zależności
Zobacz meta/main.yml
Przykładowy Playbook
Przykładowy plik inventory.ini
# członkowie głosujący i niegłosujący
[etcd]
host[1:n].test
# członkowie głosujący
[etcd_master]
host[1:3].test
w Twoim playbooku:
- hosts: etcd
roles:
- role: andrewrothstein.etcd_cluster
# jeśli nie chcesz zabezpieczyć swojej instalacji, użyj
# etcd_secure: False
Uzyskaj szczegóły klastra etcd
etcdctl endpoint status --cluster -w table
Licencja
MIT
Informacje o autorze
Andrew Rothstein andrew.rothstein@gmail.com
Zainstaluj
ansible-galaxy install andrewrothstein.etcd-cluster
Licencja
mit
Pobrania
431.7k
Właściciel
Dreamer, coder