certbot_linode
Certbot Linode
Use Certbot and Linode DNS plugin to create Let's Encrypt root and wildcard certificates.
Requirements
Role Variables
certbot_email: "[email protected]"
Your email address
certbot_linode_api_key: ''
Your Linode API Key
certbot_domains:
- domain: example.com
- domain: other.net
Domains list to create the certificates for.
Example Playbook
- hosts: servers
vars:
certbot_email: "[email protected]"
certbot_linode_api_key: 'myapikey'
certbot_domains:
- domain: "example.com"
- domain: "other.net"
email: "[email protected]"
roles:
- viniciusfs.certbot-linode
Troubleshooting
Certbot DNS plugin waits 20 minutes for DNS replication, set your Ansible timeout configuration for appropriate value.
License
MIT
Author Information
Created by Vinicius Figueiredo.
About
Use Certbot and Linode DNS plugin to create Let's Encrypt root and wildcard certificates.
Install
ansible-galaxy install viniciusfs/ansible-role-certbot-linode
License
Unknown
Downloads
19
Owner