Git Product home page Git Product logo

ansible-etcd's Introduction

etcd

A role which installs and manages etcd.

Role ready status

Build Status

Requirements

None

Role Variables

  • etcd_version - Version of etcd to install. (default: v0.4.5)
  • etcd_platform - Platform of etcd to install. (default: linux)
  • etcd_arch - Architecture of etcd to install. (default: amd64)
  • etcd_path_name - Name of etcd file used by unarchive and download. Composed of etcd_version, etcd_platform, and etcd_arch.
  • etcd_download_url - URL pointing to the etcd archive. Composed of etcd_version and etcd_path_name.
  • etcd_download_dir - Directory to download and unarchive into. (default: /usr/local/src)
  • etcd_dir - Directory hosting the etcd binaries. (default: /usr/local/sbin)
  • etcd_data_dir - Path to etcd's data directory. (default: /var/cache/etcd/state)
  • etcd_cmd - Path to the etcd command. (default: etcd_dir/etcd)
  • etcd_interface - Interface's IPv4 address to bind to. (default: lo)
  • etcd_client_port - The client port. (default: 4001)
  • etcd_peer_port - The server-to-server port. (default: 7001)
  • etcd_addr - The public IPv4:port used for client communication. (default: etcd_interface:etcd_client_port)
  • etcd_peer_addr - The public IPv4:port used for peer communication. (default: etcd_interface:etcd_peer_port)
  • etcd_cluster - Flag to cluster or not. (default: None)
  • etcd_peers_group - The Ansible peers in cluster. (default: etcd-peers)

Dependencies

None

Example Playbook

- hosts: etcd-seed-node
  roles:
    - retr0h.etcd

- hosts: etcd-remaining-nodes
  roles:
    - {role: retr0h.etcd, etcd_cluster: True }

License

MIT

ansible-etcd's People

Contributors

retr0h avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.