feat(ansible): Nomad update
[csit.git] / fdio.infra.ansible / roles / nomad / meta / main.yaml
index 9fc40d9..098aafe 100644 (file)
@@ -1,9 +1,21 @@
 ---
-# file: roles/nomad/meta/main.yaml
+# file: meta/main.yaml
 
-# desc: Install nomad from stable branch and configure service.
-# inst: Nomad
-# conf: ?
-# info: 1.0 - added role
+dependencies: ["docker"]
 
-dependencies: [ docker ]
+galaxy_info:
+  role_name: "nomad"
+  author: "pmikus"
+  description: "Hashicorp Nomad."
+  company: "none"
+  license: "license (Apache)"
+  min_ansible_version: "2.9"
+  platforms:
+    - name: "Ubuntu"
+      release:
+        - "focal"
+        - "jammy"
+        - "kinetic"
+  galaxy_tags:
+    - "nomad"
+    - "hashicorp"