aboutsummaryrefslogtreecommitdiffstats
path: root/roles/tools/vars
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2021-03-11 15:45:49 +0100
committerbinary <me@rgoncalves.se>2021-03-11 15:45:49 +0100
commit37b208966573898f3c66e12e70091508b9e84258 (patch)
tree5f5fb4618f184996c910d71f7c255ec808fe4727 /roles/tools/vars
parent3ee94802474582608ca1e0d6e4bdbe89a4d1cb8d (diff)
downloadinfrastructure-37b208966573898f3c66e12e70091508b9e84258.tar.gz
Make packages installation inventoy agnostic.
Diffstat (limited to 'roles/tools/vars')
-rw-r--r--roles/tools/vars/main.yml29
1 files changed, 29 insertions, 0 deletions
diff --git a/roles/tools/vars/main.yml b/roles/tools/vars/main.yml
index a5346e5..c569299 100644
--- a/roles/tools/vars/main.yml
+++ b/roles/tools/vars/main.yml
@@ -3,3 +3,32 @@
---
+tools_pkgs:
+
+ common:
+ - curl
+ - figlet
+ - git
+ - htop
+ - neovim
+ - neovim
+ - wget
+ - zsh
+
+ alpine:
+ - ip6tables
+ - shadow
+ - sshfs
+ - tmux
+ - wireguard-tools
+ - wireguard-virt
+
+ freebsd:
+ - fusefs-sshfs
+ - tmux
+ - wireguard
+
+ openbsd:
+ - sshfs-fuse
+ - tmux
+ - wireguard-tools
remember that computers suck.