blob: 8eca476e7cf01fe8c018b3d6335e72bc7bd95108 (
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
- xz
freebsd:
- fusefs-sshfs
- tmux
- wireguard
openbsd:
- sshfs-fuse
- wireguard-tools
- py3-lxml
|