Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inmotionhosting/ansible-role-letsencrypt
Modular Ansible Role for deploying and configuring Let's Encrypt
https://github.com/inmotionhosting/ansible-role-letsencrypt
Last synced: 8 days ago
JSON representation
Modular Ansible Role for deploying and configuring Let's Encrypt
- Host: GitHub
- URL: https://github.com/inmotionhosting/ansible-role-letsencrypt
- Owner: inmotionhosting
- License: gpl-3.0
- Created: 2020-05-13T16:17:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T20:45:08.000Z (8 months ago)
- Last Synced: 2025-01-11T12:48:52.312Z (9 days ago)
- Language: Shell
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Ansible Molecule Pipeline](https://github.com/inmotionhosting/ansible-role-letsencrypt/actions/workflows/main.yml/badge.svg) [![GPL-3.0 License](https://img.shields.io/github/license/inmotionhosting/ansible-role-letsencrypt.svg?color=blue)](https://github.com/inmotionhosting/ansible-role-letsencrypt/blob/master/LICENSE) [![GitHub stars](https://img.shields.io/github/stars/inmotionhosting/ansible-role-letsencrypt.svg)](https://github.com/inmotionhosting/ansible-role-letsencrypt/stargazers)
![InMotion Hosting Ultrastack](https://www.inmotionhosting.com/wp-content/uploads/2024/01/ultrastack-logo-black-vertical.png)
# Ansible Role: Let's Encrypt
Modular Ansible Role for deploying and configuring Let's Encrypt
## Requirements
This Ansible role supports the two latest stable releases of specific
server-focused Linux distributions and aims to follow their deprecation
policies. Additionally we will focus on supporting the latest two stable
releases of each, which at the time of writing are as follows:* CentOS 7.x
* Debian 10 or later
* Ubuntu 20.04 LTS or later
* AlmaLinux 8.x or later
* RockyLinux 8.x or later## Dependencies
community.crypto
## Role Variables
Available variables are listed below with their default values (you can also see `defaults/main.yml`)
| Variable | Description |
| -------- | ----------- |
| certbot_package | The Let's Encrypt certbot package.
| certbot_packages | Tools needed to verify if the usage of Let's Encrypt is valid.
| certbot_create_command | The command ran to generate a certificate.
| use_letsencrypt | Determines if Let's Encrypt should be installed/used.
| certbot_test_cert | Use Letsencrypt Staging Environment
| certbot_without_email | Register Letsencrypt account without an email## Example Playbook
```yaml
- hosts: www
roles:
- role: inmotionhosting.letsencrypt
```## License
GPLv3
## Author Information
[InMotion Hosting](https://inmotionhosting.com)