mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-09 23:05:43 +02:00
29 lines
789 B
YAML
29 lines
789 B
YAML
---
|
|
galaxy_info:
|
|
author: "Kevin Veen-Birkenbach"
|
|
description: "Automates the revocation and deletion of unused Let's Encrypt certificates"
|
|
license: "CyMaIS NonCommercial License (CNCL)"
|
|
license_url: "https://s.veen.world/cncl"
|
|
company: |
|
|
Kevin Veen-Birkenbach
|
|
Consulting & Coaching Solutions
|
|
https://www.veen.world
|
|
min_ansible_version: "2.9"
|
|
platforms:
|
|
- name: Archlinux
|
|
versions:
|
|
- rolling
|
|
galaxy_tags:
|
|
- certbot
|
|
- ssl
|
|
- cleanup
|
|
- automation
|
|
- systemd
|
|
repository: "https://github.com/kevinveenbirkenbach/certreap"
|
|
issue_tracker_url: "https://github.com/kevinveenbirkenbach/certreap/issues"
|
|
documentation: "https://github.com/kevinveenbirkenbach/certreap#readme"
|
|
|
|
dependencies:
|
|
- systemd-timer
|
|
- systemd-notifier
|