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