added scaffolding and ufw setup

This commit is contained in:
2026-06-19 11:56:51 -05:00
commit 17d19d8daa
6 changed files with 126 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
---
- name: Configure CachyOS workstation
hosts: cachy
connection: local
become: true
roles:
- role: firewall
tags: firewall