mirror of
https://github.com/roles-ansible/ansible_role_acmetool.git
synced 2024-08-16 12:29:49 +02:00
20 lines
391 B
YAML
20 lines
391 B
YAML
|
---
|
||
|
galaxy_info:
|
||
|
role_name: acmetool
|
||
|
author: do1jlr
|
||
|
description: Install acmetool and get it working together with the do1jlr.nginx role.
|
||
|
license: "MIT"
|
||
|
min_ansible_version: 2.8
|
||
|
github_branch: main
|
||
|
platforms:
|
||
|
- name: Debian
|
||
|
versions: all
|
||
|
- name: Ubuntu
|
||
|
versions: all
|
||
|
galaxy_tags:
|
||
|
- acmetool
|
||
|
- acmetool
|
||
|
- letsencrypt
|
||
|
- web
|
||
|
dependencies: []
|