mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
- mention Fedora in meta - adapt description of role because this role should work on most distributions, not only EL and Debian/Ubuntu
34 lines
579 B
YAML
34 lines
579 B
YAML
---
|
|
dependencies: []
|
|
|
|
galaxy_info:
|
|
author: geerlingguy
|
|
description: "Installs and configures Certbot (for Let's Encrypt)."
|
|
company: "Midwestern Mac, LLC"
|
|
license: "license (BSD, MIT)"
|
|
min_ansible_version: 1.8
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 6
|
|
- 7
|
|
- name: Fedora
|
|
versions:
|
|
- all
|
|
- name: Ubuntu
|
|
versions:
|
|
- all
|
|
- name: Debian
|
|
versions:
|
|
- all
|
|
galaxy_tags:
|
|
- networking
|
|
- system
|
|
- web
|
|
- certbot
|
|
- letsencrypt
|
|
- encryption
|
|
- certificates
|
|
- ssl
|
|
- https
|