Ansible Role: Create self signed certificate (on localhost)
Find a file
2020-08-14 16:00:57 +02:00
defaults Initial commit 2020-08-14 16:00:57 +02:00
meta Initial commit 2020-08-14 16:00:57 +02:00
tasks Initial commit 2020-08-14 16:00:57 +02:00
templates Initial commit 2020-08-14 16:00:57 +02:00
.gitignore Initial commit 2020-08-14 16:00:57 +02:00
LICENSE Initial commit 2020-08-14 16:00:57 +02:00
README.md Initial commit 2020-08-14 16:00:57 +02:00

selfsignedcert

Generate a self-signed certificate for any TLS(SSL) service, with passwordless key

Requirements

None

Role Variables

  • selfsignedcert_basename (undefined): (Path and )Name of key, CSR and cert

Dependencies

  • None

Example Playbook

- hosts: localhost
  roles:
     - { role: selfsingedcert }

License

GPL-2.0-or-later

Author Information