certbot
Warning: This library has been deprecated and is no longer maintained. It will not receive any further security patches, features, or bug fixes and is preserved here at GitHub for archival purposes. If you want to use it, we suggest forking the repository and auditing the codebase before use. For more information contact us at info@stackbuilders.com.
Recommended Roles:
DEPRECATED - Certbot from Let's Encrypt
This Ansible role creates one or more Let's Encrypt certificates using Certbot.
Requirements
This role requires Ansible 2.3 or higher and the platform requirements are listed in the metadata file.
Install
ansible-galaxy install stackbuilders.certbot
Getting started
You need to define the following variables:
{{ certbot_domains }}
is a comma-separated string of the domains you wish to create a certificate for. e.g.:'myexample.com,myexample.net'
{{ certbot_email }}
is the notifications email address that Certbot will use to send expiration notices.
Role variables
For all default variables, take a look at defaults/main.yml
Example playbook
- hosts: webservers
become: yes
roles:
- role: stackbuilders.certbot
certbot_domains: 'mydomain.com'
certbot_email: '[email protected]'
License
MIT
Author Information
Stack Builders Inc.
About
Generates Let's Encrypt certificates using Certbot
Install
ansible-galaxy install stackbuilders/ansible-role-certbot
License
mit
Downloads
8571
Owner
Our team strives to push the boundaries of the software industry through quality, pragmatic custom solutions that bring the visions of our clients to life.