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)