Add nethogs and chrony to package list.

This commit is contained in:
2025-07-22 10:03:02 -07:00
parent a7e1d0d25a
commit a15e0017a6
2 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
sshfs: sshfs
tar: tar
iftop: iftop
nethogs: nethogs
ntp_server: chrony
- name: General | Facts | Packages | Parrot OS Fixes
set_fact:

View File

@@ -57,6 +57,8 @@
- "{{ encfs }}"
- rsync
- "{{ iftop }}"
- "{{ nethogs }}"
- "{{ ntp_server }}"
state: present
- name: General | Software | Packages | Install Software (DEV)