Skip to content

An Ansible role to deploy and set up certbot, including automated renewal and file system permissions.

License

Notifications You must be signed in to change notification settings

zaszi/ansible-role-certbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Certbot

Deploys and sets up certbot, including automated renewal and file system permissions.

Requirements

To install Arch Linux packages, this role relies on the pacman module of the community general collection. Install it with ansible-galaxy collection install community.general.

Role Variables

None.

Dependencies

For automated renewal to work by default, this assumes you have nginx set up correctly. See my nginx role.

Example Playbook

- hosts: all
  become: true
  roles:
     - ansible-role-certbot

License

Ansible-role-certbot is licensed under the MIT license.

About

An Ansible role to deploy and set up certbot, including automated renewal and file system permissions.

Topics

Resources

License

Stars

Watchers

Forks