debops-hashicorp/roles/consul/meta/main.yml

29 lines
591 B
YAML
Raw Normal View History

2022-02-27 16:32:59 -05:00
---
# 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'
2022-03-01 10:25:21 -05:00
company: 'Linux-Help'
2022-02-27 16:32:59 -05:00
license: 'GPL-3.0-or-later'
min_ansible_version: '2.8'
2022-02-27 16:32:59 -05:00
platforms:
- name: Debian
versions:
- stretch
2022-02-27 16:32:59 -05:00
- buster
- bullseye
- name: Ubuntu
versions:
- bionic
- focal
galaxy_tags:
- hashicorp
2022-02-27 16:32:59 -05:00
- debops
- system
- monitoring