No description
Find a file
2021-09-08 15:59:32 +02:00
group_vars create the directory structure 2021-09-08 15:59:32 +02:00
roles/generate-cert/tasks create the directory structure 2021-09-08 15:59:32 +02:00
ansible.cfg create the directory structure 2021-09-08 15:59:32 +02:00
example.yml create the directory structure 2021-09-08 15:59:32 +02:00
hosts create the directory structure 2021-09-08 15:59:32 +02:00
LICENSE create the directory structure 2021-09-08 15:59:32 +02:00
README.md create the directory structure 2021-09-08 15:59:32 +02:00

Ansible Hacky PKI

Ansible Hacky PKI is an ansible role that generate certificates signed by a given CA.

The Public Certificate of the CA and its Private Key are ansible variables. Make sure to store the private key in a Vault and to not rease the CA used in example.

Dependencies

Generate a CA

How does it works ?