add ufw role

This commit is contained in:
Sergey Malyuk
2025-12-11 10:28:32 +03:00
parent 41c7747d3b
commit 0b9ba8964f
17 changed files with 248 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
name: ansible-ufw
channels:
- conda-forge
dependencies:
- python~=3.12
- pip>=22.2
- pip:
- -r requirements.txt