This repository has been archived on 2022-07-05. You can view files and clone it, but cannot push or open issues or pull requests.
autonomic.packages/defaults/main.yml

33 lines
290 B
YAML

---
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