From a15e0017a65d94cc984a01e594293834cc640587 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 22 Jul 2025 10:03:02 -0700 Subject: [PATCH] Add nethogs and chrony to package list. --- facts/general/package.yml | 2 ++ tasks/general/software/packages.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/facts/general/package.yml b/facts/general/package.yml index 90cc8fa..be1f387 100644 --- a/facts/general/package.yml +++ b/facts/general/package.yml @@ -7,6 +7,8 @@ sshfs: sshfs tar: tar iftop: iftop + nethogs: nethogs + ntp_server: chrony - name: General | Facts | Packages | Parrot OS Fixes set_fact: diff --git a/tasks/general/software/packages.yml b/tasks/general/software/packages.yml index 01c6f49..d1b271d 100644 --- a/tasks/general/software/packages.yml +++ b/tasks/general/software/packages.yml @@ -57,6 +57,8 @@ - "{{ encfs }}" - rsync - "{{ iftop }}" + - "{{ nethogs }}" + - "{{ ntp_server }}" state: present - name: General | Software | Packages | Install Software (DEV)