25 lines
440 B
YAML
25 lines
440 B
YAML
|
galaxy_info:
|
||
|
author: Eric Renfro <psi-jack@linux-help.org>
|
||
|
description: Install HashiCorp components
|
||
|
license: GPL-3.0-or-later
|
||
|
min_ansible_version: 2.8
|
||
|
|
||
|
platforms:
|
||
|
- name: Ubuntu
|
||
|
versions:
|
||
|
- trusty
|
||
|
- xenial
|
||
|
- bionic
|
||
|
- disco
|
||
|
- name: Debian
|
||
|
versions:
|
||
|
- stretch
|
||
|
- buster
|
||
|
- bullseye
|
||
|
|
||
|
galaxy_tags:
|
||
|
- hashicorp
|
||
|
- debops
|
||
|
- system
|
||
|
- monitoring
|