This commit is contained in:
32
defaults/main.yml
Normal file
32
defaults/main.yml
Normal file
@ -0,0 +1,32 @@
|
||||
---
|
||||
packages_list:
|
||||
# Access
|
||||
- sudo
|
||||
|
||||
# Utilities
|
||||
- git
|
||||
- tmux
|
||||
- unzip
|
||||
- zip
|
||||
- needrestart
|
||||
|
||||
# Alternate shells
|
||||
- fish
|
||||
- zsh
|
||||
|
||||
# Text editors
|
||||
- neovim
|
||||
- nano
|
||||
|
||||
# Monitoring
|
||||
- htop
|
||||
# - ctop
|
||||
- ncdu
|
||||
|
||||
# Security
|
||||
- lynis
|
||||
- rkhunter
|
||||
|
||||
# Web
|
||||
- curl
|
||||
- wget
|
||||
Reference in New Issue
Block a user