initial commit

This commit is contained in:
2024-08-13 20:18:11 -06:00
commit 77ed02f107
15 changed files with 763 additions and 0 deletions

View File

@ -0,0 +1,10 @@
- name: Install aptitude
apt:
name: aptitude
state: latest
update_cache: true
- name: UFW - Enable and deny by default
community.general.ufw:
state: enabled
default: deny