General Improvements & Fixes #5

Merged
me merged 54 commits from dev into main 2025-09-19 13:31:54 -07:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit a15e0017a6 - Show all commits

View File

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

View File

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