Skip to content

Commit 8bf2a56

Browse files
committed
feat: install ncdu, iotop, nethogs, tmux, and micro in ubuntu_minimal role
Brings the role's baseline package list in line with quick-setup.sh. cron and mailutils are deliberately left out here since they're already installed conditionally under health_check_enabled.
1 parent 2201d29 commit 8bf2a56

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • ansible/roles/ubuntu_minimal/tasks

ansible/roles/ubuntu_minimal/tasks/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747
- wget
4848
- git
4949
- htop
50+
- ncdu
51+
- iotop
52+
- nethogs
53+
- tmux
54+
- micro
5055
state: present
5156

5257
- name: Allow SSH port through UFW

0 commit comments

Comments
 (0)