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

17
roles/ufw/meta/main.yml Normal file
View File

@@ -0,0 +1,17 @@
---
galaxy_info:
role_name: ufw
namespace: genlab
author: "Alexander Gorelyshev"
company: "Genlab, LLC"
description: "Whitelist network ports with UFW"
license: "MIT"
min_ansible_version: "2.1"
platforms:
- name: "Ubuntu"
versions: [ "focal", "jammy" ]
galaxy_tags: [ ]
dependencies: []