26 lines
507 B
YAML
26 lines
507 B
YAML
---
|
|
galaxy_info:
|
|
role_name: system_hardening
|
|
author: Security Infrastructure Team
|
|
description: Comprehensive Ubuntu 24.04 server hardening following security best practices
|
|
company: Your Organization
|
|
license: MIT
|
|
min_ansible_version: "2.15"
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- noble # 24.04
|
|
- jammy # 22.04
|
|
galaxy_tags:
|
|
- security
|
|
- hardening
|
|
- ssh
|
|
- firewall
|
|
- ubuntu
|
|
|
|
dependencies: []
|
|
|
|
collections:
|
|
- community.general
|
|
- ansible.posix
|