mirror of
https://github.com/nikdoof/ansible-certbot.git
synced 2025-12-13 15:42:18 +00:00
30 lines
497 B
YAML
30 lines
497 B
YAML
---
|
|
dependencies: []
|
|
|
|
galaxy_info:
|
|
role_name: certbot
|
|
author: nikdoof
|
|
description: Install Certbot and request ACME certificates
|
|
license: MIT
|
|
min_ansible_version: "2.10"
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 8
|
|
- 9
|
|
- name: Ubuntu
|
|
versions:
|
|
- jammy
|
|
- name: Debian
|
|
versions:
|
|
- bookworm
|
|
galaxy_tags:
|
|
- networking
|
|
- system
|
|
- web
|
|
- certbot
|
|
- letsencrypt
|
|
- encryption
|
|
- certificates
|
|
- ssl
|
|
- https |