blob: 7cad2282a00b49fdb6c49c111f123830eb5a0601 (
plain) (
tree)
|
|
# common ~~ vars/main.yml
---
common_packages:
- zsh
- curl
- wget
- figlet
- neovim
- git
common_packages_alpine:
# common packages
- tmux
- util-linux
- shadow
- wireguard-virt
- wireguard-tools
# vmm_clock module make dependcy
- gcc
- make
- linux-virt-dev
common_packages_openbsd:
|