Skip to content

Commit bfcc1d7

Browse files
authoredNov 20, 2023
chore: add some network debugging tools, clean out unused pkgs (#794)
1 parent 132004c commit bfcc1d7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
 

‎ansible/tasks/clean-build-dependencies.yml

+4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
- g++-10
1212
- g++-9
1313
- gcc-10
14+
- make
15+
- manpages
16+
- manpages-dev
1417
- ninja-build
18+
- patch
1519
- python2
1620
state: absent
1721
autoremove: yes

‎ansible/tasks/setup-system.yml

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
- name: Install other useful tools
4141
apt:
4242
pkg:
43+
- bwm-ng
44+
- htop
45+
- net-tools
46+
- ngrep
4347
- sysstat
4448
- vim-tiny
4549
update_cache: yes

0 commit comments

Comments
 (0)
Please sign in to comment.