Giter Club home page Giter Club logo

ansible-role-openssl's Introduction

Ansible Role: OpenSSL

Ansible Galaxy MIT License Build Status

An Ansible role that manages SSL certificates on Ubuntu 14.04

Requirements

None

Role Variables

Ansible variables are listed here along with their default values:

openssl_self_signed is a list of self-signed certificate configurations. Each entry in the list may designate:

  • name required
  • days (default is 3650)
  • bits (default is 2048)
  • country (default is omitted)
  • state (default is omitted)
  • city (default is omitted)
  • organization (default is omitted)
  • unit (default is omitted)
  • domains a list of domains (default is omitted)
  • email (default is omitted)

By default, no self-signed certificates are used:

openssl_self_signed: []

openssl_import_keys is a list of private key information. Each entry in the list may designate:

  • name basename for the file required
  • content content of the file required

By default, no certificate keys are imported:

openssl_import_keys: []

openssl_import_certs is a list of certificate information. Each entry in the list may designate:

  • name basename for the file required
  • content content of the file required

By default, no certificates are imported:

openssl_import_certs: []

openssl_keys_path sets the directory for storing private keys.

openssl_keys_path: "/srv/ssl/private"

openssl_certs_path sets the directory for storing certificates.

openssl_certs_path: "/srv/ssl/certs"

Dependencies

None

Example Playbook

---
- hosts: all
  vars:
  - openssl_self_signed:
    - name: "application"
      domains: ["application.com"]
  roles:
  - novuso.openssl

License

This is released under the MIT license.

ansible-role-openssl's People

Contributors

johnnickell avatar

Watchers

James Cloos avatar John Nickell 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.