zorlin.etcd_cluster

andrewrothstein.etcd-cluster

Status budowy

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 swoim playbooku:

- hosts: etcd
  roles:
    - role: andrewrothstein.etcd-cluster
      # jeśli nie chcesz zabezpieczać 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.roth.stein@gmail.com

O projekcie

configures an etcd cluster (variable hacks by Zorlin)

Zainstaluj
ansible-galaxy install zorlin.etcd_cluster
Licencja
mit
Pobrania
253
Właściciel
Developer, sysadmin, distributed storage and free culture person. Still figuring out the rest.