blob: 5fb7e185c09bc2955a7bf294c86cbc60f234ea03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
---
# file: roles/consul/meta/main.yaml
# desc: Install consul from stable branch and configure service.
# inst: Consul
# conf: ?
# info: 1.0 - added role
dependencies: [ ]
galaxy_info:
role_name: consul
author: fd.io
description: Hashicrop Consul.
company: none
license: "license (Apache)"
min_ansible_version: 2.9
platforms:
- name: Ubuntu
versions:
- focal
galaxy_tags:
- consul
|