29 lines
580 B
YAML
29 lines
580 B
YAML
|
---
|
||
|
allow_duplicates: false
|
||
|
dependencies: []
|
||
|
|
||
|
galaxy_info:
|
||
|
role_name: certbot
|
||
|
author: Alex Kotov
|
||
|
description: Certbot and Let's Encrypt
|
||
|
license: MIT
|
||
|
min_ansible_version: 2.8
|
||
|
|
||
|
galaxy_tags:
|
||
|
- certbot
|
||
|
- letsencrypt
|
||
|
- certificate
|
||
|
- ssl
|
||
|
- tls
|
||
|
|
||
|
platforms:
|
||
|
- name: Debian
|
||
|
versions:
|
||
|
- stretch # Debian 9 Stretch
|
||
|
- buster # Debian 10 Buster
|
||
|
- name: Ubuntu
|
||
|
versions:
|
||
|
- xenial # Ubuntu 16.04 LTS Xenial Xerus
|
||
|
- bionic # Ubuntu 18.04 LTS Bionic Beaver
|
||
|
- focal # Ubuntu 20.04 LTS Focal Fossa
|