25 lines
428 B
YAML
25 lines
428 B
YAML
---
|
|
galaxy_info:
|
|
role_name: ssh_users
|
|
author: Security Infrastructure Team
|
|
description: SSH user management with key generation, sudo configuration, and CIS compliance
|
|
license: MIT
|
|
min_ansible_version: "2.15"
|
|
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- focal
|
|
- jammy
|
|
- noble
|
|
|
|
galaxy_tags:
|
|
- security
|
|
- ssh
|
|
- users
|
|
- cis
|
|
- hardening
|
|
- sudo
|
|
|
|
dependencies: []
|