summaryrefslogtreecommitdiffstats
path: root/roles/gum/meta
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-22 18:56:01 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-22 18:56:01 +0100
commit23d67bbb70291bf3046c57c6768dc1727b1077b2 (patch)
tree95e9f77a898b586de421e451c97a0439dce45d12 /roles/gum/meta
parent7b8b6a2af4adeba5b2005e449195c1f4e8a136c6 (diff)
Add gum role for beautiful CLIs
Co-Authored-By: claude.ai
Diffstat (limited to 'roles/gum/meta')
-rw-r--r--roles/gum/meta/argument_specs.yml6
-rw-r--r--roles/gum/meta/main.yml18
2 files changed, 24 insertions, 0 deletions
diff --git a/roles/gum/meta/argument_specs.yml b/roles/gum/meta/argument_specs.yml
new file mode 100644
index 00000000..494333b5
--- /dev/null
+++ b/roles/gum/meta/argument_specs.yml
@@ -0,0 +1,6 @@
+---
+argument_specs:
+ main:
+ short_description: "Install gum on Linux distributions"
+ description: "Install gum (charmbracelet) via Go on Linux distributions"
+ options: {}
diff --git a/roles/gum/meta/main.yml b/roles/gum/meta/main.yml
new file mode 100644
index 00000000..6cd0c978
--- /dev/null
+++ b/roles/gum/meta/main.yml
@@ -0,0 +1,18 @@
+---
+dependencies:
+ - role: "go"
+galaxy_info:
+ author: "a14m"
+ description: "Install gum (charmbracelet) via Go on Linux distributions"
+ license: "MIT"
+ min_ansible_version: "2.18"
+ platforms:
+ - name: "ArchLinux"
+ versions:
+ - "all"
+ - name: "Ubuntu"
+ versions:
+ - "noble"
+ - name: "Debian"
+ versions:
+ - "bookworm"