Skip to content

kim0/ansible-etcd-cluster

 
 

Repository files navigation

CircleCI andrewrothstein.etcd-cluster

Configures an etcd cluster. Runs a voting member on every host in the etcd-master group and a proxy on the rest of the hosts in the etcd group.

Requirements

See meta/main.yml

Role Variables

See defaults/main.yml

Dependencies

See meta/main.yml

Example Playbook

inventory.ini

# voting and non-voting members
[etcd]
host[1:n].test

# voting members
[etcd-master]
host[1:3].test

in your playbook:

- hosts: etcd
  roles:
    - andrewrothstein.etcd-cluster

License

MIT

Author Information

Andrew Rothstein [email protected]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published