Skip to content

nkakouros-original/ansible-role-easyrsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI Galaxy

Ansible Role: EasyRSA

Installs EasyRSA 3 and generates certificates and keys.

Requirements

  • Ansible >= 2.8 (might work with other versions too)

  • This role does not need to be run as root, although it supports it.

Role Variables

See meta/argument_specs.yml for a full list of variables together with documentation on how to use them to configure this role.

For more info on the different key formats that easyrsa can generate, take a look at key-formats.md.

When the role runs, easyrsa_role_run (a variable set internally by the role) is set to true. If easyrsa_enabled is set to false, the role does not run and easyrsa_role_run will be set to false.

Example Playbook

See molecule/default/converge.yml and molecule/default/side_effect.yml for working examples of how to use this role

License

GPLv3

Author Information

Nikolaos Kakouros