summaryrefslogtreecommitdiffstats
path: root/roles/tmux/meta
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-18 22:26:04 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-19 10:37:59 +0100
commit00a45349fdd7b99d0611e6e3eaae9e55668790c4 (patch)
tree71c64f23a6ddc6ff890254472a583b14d79f124c /roles/tmux/meta
parentf3c00b013ab011ad8c78cc74868003d15fe35b52 (diff)
Add tmux role
Diffstat (limited to 'roles/tmux/meta')
-rw-r--r--roles/tmux/meta/argument_specs.yml6
-rw-r--r--roles/tmux/meta/main.yml17
2 files changed, 23 insertions, 0 deletions
diff --git a/roles/tmux/meta/argument_specs.yml b/roles/tmux/meta/argument_specs.yml
new file mode 100644
index 00000000..3f466419
--- /dev/null
+++ b/roles/tmux/meta/argument_specs.yml
@@ -0,0 +1,6 @@
+---
+argument_specs:
+ main:
+ short_description: "Install tmux on Linux distribution"
+ description: "Install tmux on Linux distribution"
+ options: {}
diff --git a/roles/tmux/meta/main.yml b/roles/tmux/meta/main.yml
new file mode 100644
index 00000000..3f793cfd
--- /dev/null
+++ b/roles/tmux/meta/main.yml
@@ -0,0 +1,17 @@
+---
+dependencies: []
+galaxy_info:
+ author: "a14m"
+ description: "Install tmux"
+ license: "MIT"
+ min_ansible_version: "2.18"
+ platforms:
+ - name: "ArchLinux"
+ versions:
+ - "all"
+ - name: "Ubuntu"
+ versions:
+ - "noble"
+ - name: "Debian"
+ versions:
+ - "bookworm"