Skip to content
This repository has been archived by the owner on Apr 22, 2018. It is now read-only.

Automated SSL/TLS certificate retrieval and renewal

License

Notifications You must be signed in to change notification settings

SoInteractive/ansible-letsencrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

letsencrypt logo

Ansible Role: Let’s Encrypt

Build Status License: MIT Ansible Role GitHub tag Twitter URL

Role automatically downloads certbot, installs dependencies and creates TLS certificate. Additionally it sets certificate autorenewal in crontab.

⚠️ IMPORTANT NOTICE

THIS PROJECT IS ABANDONED. WE DO NOT ACCEPT ANY NEW ISSUES AND/OR PULL REQUESTS.

Requirements

  • globally resolvable domain name
  • open communication on port 80 and 443

Examples

Use it in a playbook as follows:

- hosts: all
  become: true
  roles:
    - SoInteractive.letsencrypt

Have a look at the defaults/main.yml for role variables that can be overridden.