Skip to content

nkakouros-original/ansible-role-certbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Galaxy

ansible-role-certbot

Installs and configures Certbot (for Let's Encrypt).

Description

This role will:

  • install certbot
  • generate certificates
  • install a systemd timer to automatically renew them

Requirements

If installing from source, Git is required.

Supported platforms

  • Ubuntu 14.04
  • Ubuntu 16.04
  • Debian 8
  • Debian 9
  • Centos 7

Role Variables

For a complete variable reference, see the defaults/main.yml file.

Example Playbook

- hosts: servers
  vars:
    certbot_auto_renew_user: your_username_here
    certbot_auto_renew_minute: "20"
    certbot_auto_renew_hour: "5"
  roles:
    - nkakouros.certbot

See other examples in the molecule/default/ folder.

License

MIT / BSD

Author Information

Nikolaos Kakouros ([email protected])

This role is a fork of https://github.com/geerlingguy/ansible-role-certbot.

About

Installs certbot and a systemd service to manage it

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published