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'
|
2022-03-01 13:33:32 -05:00
|
|
|
min_ansible_version: '2.8'
|
2022-02-27 16:32:59 -05:00
|
|
|
platforms:
|
|
|
|
- name: Debian
|
|
|
|
versions:
|
2022-03-01 13:33:32 -05:00
|
|
|
- stretch
|
2022-02-27 16:32:59 -05:00
|
|
|
- buster
|
|
|
|
- bullseye
|
|
|
|
- name: Ubuntu
|
|
|
|
versions:
|
|
|
|
- bionic
|
|
|
|
- focal
|
|
|
|
galaxy_tags:
|
2022-03-01 13:33:32 -05:00
|
|
|
- hashicorp
|
2022-02-27 16:32:59 -05:00
|
|
|
- debops
|
|
|
|
- system
|
|
|
|
- monitoring
|