26 lines
718 B
YAML
26 lines
718 B
YAML
---
|
|
namespace: secure_infra
|
|
name: vpn_server
|
|
version: 1.0.0
|
|
readme: README.md
|
|
authors:
|
|
- "Security Infrastructure Team"
|
|
description: >
|
|
Production-grade Ansible collection for hardening Ubuntu 24.04 servers,
|
|
installing WireGuard VPN, and configuring firewall for VPN-only access.
|
|
Follows security best practices and Ansible Galaxy standards.
|
|
license:
|
|
- MIT
|
|
tags:
|
|
- security
|
|
- hardening
|
|
- wireguard
|
|
- vpn
|
|
- firewall
|
|
- ubuntu
|
|
dependencies: {}
|
|
repository: https://github.com/your-org/secure-vpn-server
|
|
documentation: https://github.com/your-org/secure-vpn-server/blob/main/README.md
|
|
homepage: https://github.com/your-org/secure-vpn-server
|
|
issues: https://github.com/your-org/secure-vpn-server/issues
|