mirror of
https://github.com/luzifer-ansible/nginx-letsencrypt.git
synced 2024-11-08 13:20:01 +00:00
39 lines
694 B
YAML
39 lines
694 B
YAML
|
---
|
||
|
galaxy_info:
|
||
|
author: Knut Ahlers
|
||
|
description: |
|
||
|
Install and configure nginx and nginx-letsencrypt wrapper on host
|
||
|
|
||
|
license: Apache
|
||
|
min_ansible_version: 2.3
|
||
|
|
||
|
platforms:
|
||
|
- name: Ubuntu
|
||
|
versions:
|
||
|
- xenial
|
||
|
- name: Debian
|
||
|
versions:
|
||
|
- jessie
|
||
|
- stretch
|
||
|
|
||
|
categories:
|
||
|
#- cloud
|
||
|
#- cloud:ec2
|
||
|
#- cloud:gce
|
||
|
#- cloud:rax
|
||
|
#- clustering
|
||
|
#- database
|
||
|
#- database:nosql
|
||
|
#- database:sql
|
||
|
#- development
|
||
|
#- monitoring
|
||
|
#- networking
|
||
|
#- packaging
|
||
|
#- system
|
||
|
- web
|
||
|
|
||
|
dependencies: []
|
||
|
# List your role dependencies here, one per line.
|
||
|
# Be sure to remove the '[]' above if you add dependencies
|
||
|
# to this list.
|