Ansible Role - Certbot (for Let's Encrypt)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jeff Geerling 8b6c745801 Initial commit. 9 years ago
defaults Initial commit. 9 years ago
handlers Initial commit. 9 years ago
meta Initial commit. 9 years ago
tasks Initial commit. 9 years ago
tests Initial commit. 9 years ago
vars Initial commit. 9 years ago
.travis.yml Initial commit. 9 years ago
README.md Initial commit. 9 years ago

README.md

Ansible Role: Let's Encrypt

Build Status

Installs Let's Encrypt for RHEL/CentOS or Debian/Ubuntu.

Requirements

Let's Encrypt requires git to be installed. You can install using the geerlingguy.git role.

Role Variables

None.

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
    - geerlingguy.letsencrypt

License

MIT / BSD

Author Information

This role was created in 2016 by Jeff Geerling, author of Ansible for DevOps.