Skip to content

Ansible role for installing CFSSL: Cloudflare's PKI and TLS toolkit

License

Notifications You must be signed in to change notification settings

mscislak/ansible-role-cfssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-cfssl

Build Status License

This role installs CFSSL (Cloudflare's PKI and TLS toolkit) which includes the following binaries:

  • cfssl
  • cfssljson
  • cfssl-bundle
  • cfssl-certinfo
  • cfssl-newkey
  • cfssl-scan
  • mkbundle
  • multirootca

Requirements

None.

Role Variables

Please see defaults/main.yml.

Dependencies

Does not depend on any other roles.

Example Playbook

- hosts: all
  roles:
    - mscislak.cfssl

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Author

Maros Scislak

License

This project is licensed under the BSD 3-Clause License - see the LICENSE file for details.