kawaz.certbot

Ansible Role: Certbot

Build Status

This role installs Let's Encrypt certificates.

Requirements

  • You need httpd for routing the acme process.

Role Variables

certbot_email: ''

If you fill this in, you will get notifications about maintenance, expiration, etc., from Let's Encrypt.

certbot_domains: []

You must provide at least one domain. These will be used for the Common Name (CN) and DNS values on the certificate. The first value is also used as the path for the certificate and key.

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - { role: kawaz.certbot, certbot_domains: [ example.com ] }

License

MIT / BSD

Author Information

This role was created in 2016 by Yoshiaki Kawazu.

Informazioni sul progetto

Management the certificate of Let's Encrypt

Installa
ansible-galaxy install kawaz.certbot
Licenza
Unknown
Download
431
Proprietario