25 lines
471 B
YAML
25 lines
471 B
YAML
---
|
|
galaxy_info:
|
|
role_name: secure_firewall
|
|
author: Security Infrastructure Team
|
|
description: Secure firewall configuration with VPN-only access mode
|
|
company: Your Organization
|
|
license: MIT
|
|
min_ansible_version: "2.15"
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- noble # 24.04
|
|
- jammy # 22.04
|
|
galaxy_tags:
|
|
- firewall
|
|
- ufw
|
|
- security
|
|
- vpn
|
|
|
|
dependencies:
|
|
- role: wireguard_server
|
|
|
|
collections:
|
|
- community.general
|