ansible etcd readme

Abstract

Ansible etcd deployment role readme.

ansible etcd readme#

A simple Ansible role to deploy a single node etcd cluster.

Usage#

See the local site.yml, or the snippet below

---
- name: Install etcd
  hosts: etcd
  roles:
    - role: etcd
      tags:
        - etcd

Kubernetes the Hard Way#

This is part of the Kubernetes the Hard Way project.