Giter Club home page Giter Club logo

ansible-easy_rsa's Introduction

easy_rsa

Build Status

Installs and configures easy-rsa

Requirements

This role requires Ansible 1.9 or higher.

Role Variables

Name Default Description
easy_rsa_ca_expire 3650 Number of days that CA is valid for
easy_rsa_clients [] List of client certificates/keys to generate
easy_rsa_key_city "SanFrancisco" City
easy_rsa_key_country "US" Country
easy_rsa_key_email "[email protected]" Email address
easy_rsa_key_expire 3650 Number of days that key is valid for
easy_rsa_key_name "EasyRSA" Name of server key
easy_rsa_key_org "Fort-Funston" Organization
easy_rsa_key_ou "MyOrganizationalUnit" Organizational Unit
easy_rsa_key_province "CA" Province
easy_rsa_key_size 2048 Diffie-Hellman key size

Dependencies

None

Example Playbook

Install easy-rsa

- hosts: all
  roles:
    - kbrebanov.easy_rsa

Install easy-rsa and generate a client cert/key

- hosts: all
  vars:
    easy_rsa_clients:
      - client1
  roles:
    - kbrebanov.easy_rsa

License

BSD

Author Information

Kevin Brebanov

ansible-easy_rsa's People

Contributors

kbrebanov avatar fabrizio2210 avatar

Stargazers

 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.