Add first commit

This commit is contained in:
Santeri Kainulainen 2025-10-31 14:33:03 +02:00
commit b3204eb4da
7 changed files with 102 additions and 0 deletions

12
meta/main.yml Normal file
View file

@ -0,0 +1,12 @@
galaxy_info:
author: Santeri Kainulainen
description: Installs and configures Caddy for use as a local ACME CA server allowing certificates to be issued in testing
min_ansible_version: 2.11.12
# platforms:
# - name: Ubuntu
# versions: [ "20.04", "22.04" ]
galaxy_tags:
- caddy
- tls
- localca
dependencies: []