Code Monkey home page Code Monkey logo

ansible-etcd-ca's Introduction

VMware has ended active development of this project, this repository will no longer be updated.

etcd-ca

A role to create/use an etcd-ca instance to generate certificates for hosts

Role Variables

  • etcd_ca: etcd-ca binary location
  • etcd_ca_url: url to download (compressed) etcd-ca from, if need be
  • etcd_ca_depot: etcd-ca depot location
  • etcd_ca_crt_group: group of hosts to generate certificates from
  • etcd_ca_passphrase: passphrase for CA certificate
  • etcd_ca_host_passphrase: passphrase for host certificate (read from hostvars)
  • etcd_ca_host_ip: ip to generate certificate for (read from hostvars)

Example Playbook

Example for bootstraping a SSL-protected etcd cluster with CoreOS

- name: bootstrap coreos hosts
  hosts: core
  gather_facts: False
  roles:
    - role: "sigma.coreos-bootstrap"
- name: ca
  hosts: localhost
  roles:
    - role: "sigma.etcd-ca"
      etcd_ca_crt_group: "core"
      etcd_ca_depot: "/tmp/etcd-ca-depot"
- name: bootstrap etcd cluster
  hosts: core
  roles:
    - role: "sigma.etcd-cluster"
      etcd_ca_host: "localhost"
      etcd_ca_depot: "/tmp/etcd-ca-depot"

License

Copyright 2015 VMware, Inc. All rights reserved.

SPDX-License-Identifier: MIT OR GPL-3.0-only

This code is Dual Licensed MIT or GPLv3

ansible-etcd-ca's People

Contributors

bshaun8 avatar sigma avatar warthog9 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.