28 lines
591 B
YAML
28 lines
591 B
YAML
---
|
|
# Ensure that custom Ansible plugins and modules included in the main DebOps
|
|
# collection are available to roles in other collections.
|
|
collections: [ 'debops.debops' ]
|
|
|
|
dependencies: []
|
|
|
|
galaxy_info:
|
|
author: 'Eric Renfro'
|
|
description: 'Install and Configure Consul'
|
|
company: 'Linux-Help'
|
|
license: 'GPL-3.0-or-later'
|
|
min_ansible_version: '2.8'
|
|
platforms:
|
|
- name: Debian
|
|
versions:
|
|
- stretch
|
|
- buster
|
|
- bullseye
|
|
- name: Ubuntu
|
|
versions:
|
|
- bionic
|
|
- focal
|
|
galaxy_tags:
|
|
- hashicorp
|
|
- debops
|
|
- system
|
|
- monitoring
|