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.
ansible-role-certbot/README.md

684 B

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.