Skip to content

siftware/ansible-role-dev-ssl-self-signed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev SSL Self Signed

This Ansible role will create a self-signed SSL certificate.

Role Variables

The following variables are used by this role. The default settings (found in defaults/main.yml) are as follows:

---

dev_ssl_base_dir: /etc/dev-ssl
dev_ssl_domains: [ '{{ ansible_fqdn }}' ]
dev_ssl_base_domain: '{{ dev_ssl_domains[0] }}'
dev_ssl_email: 'dev@example.com'

Example Playbook

An example playbook of how to use the role.

---

- hosts: all
  roles:
  - siftware.dev-ssl-self-signed

License

This work is licensed under CC BY-SA 4.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/4.0

Author Information

Written by Iain Cuthbertson of Siftware Ltd

About

Ansible role to create self-signed SSL certificates for your development projects

Resources

Stars

Watchers

Forks

Packages

No packages published