blob: f2c0942f87b865123eded9054fcaad5c9d8edc8e (
plain) (
tree)
|
|
# tools ~~ roles/tools/vars/main.yml
---
tools_pkgs:
common:
- curl
- figlet
- git
- htop
- neovim
- neovim
- wget
- zsh
alpine:
- ip6tables
- shadow
- sshfs
- tmux
- wireguard-tools
freebsd:
- fusefs-sshfs
- tmux
- wireguard
openbsd:
- sshfs-fuse
- wireguard-tools
|