summaryrefslogtreecommitdiffstats
path: root/roles/btop/meta
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-07 19:12:00 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-07 19:12:00 +0100
commit15970c6f31f3d836bf4b3037999ca901acef82dd (patch)
tree4b9212a2b0926b1f23ea8fe5cc7858cd78d4a7ae /roles/btop/meta
parent3cddb582bcd4688b3f770d042ef4e6d0ca88edc4 (diff)
Add btop role
Diffstat (limited to 'roles/btop/meta')
-rw-r--r--roles/btop/meta/argument_specs.yml6
-rw-r--r--roles/btop/meta/main.yml17
2 files changed, 23 insertions, 0 deletions
diff --git a/roles/btop/meta/argument_specs.yml b/roles/btop/meta/argument_specs.yml
new file mode 100644
index 00000000..674a05df
--- /dev/null
+++ b/roles/btop/meta/argument_specs.yml
@@ -0,0 +1,6 @@
+---
+argument_specs:
+ main:
+ short_description: "Install btop on Linux distribution"
+ description: "Install btop on Linux distribution"
+ options: {}
diff --git a/roles/btop/meta/main.yml b/roles/btop/meta/main.yml
new file mode 100644
index 00000000..f6009a7c
--- /dev/null
+++ b/roles/btop/meta/main.yml
@@ -0,0 +1,17 @@
+---
+dependencies: []
+galaxy_info:
+ author: "a14m"
+ description: "Install btop"
+ license: "MIT"
+ min_ansible_version: "2.18"
+ platforms:
+ - name: "ArchLinux"
+ versions:
+ - "all"
+ - name: "Ubuntu"
+ versions:
+ - "noble"
+ - name: "Debian"
+ versions:
+ - "bookworm"