feat(ansible-role-remote_users_fact) first commit
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
---
|
||||
# =============================================================================
|
||||
# meta/main.yml — Métadonnées du rôle remote_users_fact
|
||||
# =============================================================================
|
||||
|
||||
galaxy_info:
|
||||
role_name: remote_users_fact
|
||||
author: infra-team
|
||||
description: >
|
||||
Déploie un local fact Ansible qui compte les sessions distantes
|
||||
par protocole (SSH, Citrix, Horizon) et compare avec who
|
||||
pour évaluer la fiabilité des compteurs.
|
||||
license: MIT
|
||||
min_ansible_version: "2.12"
|
||||
|
||||
platforms:
|
||||
- name: EL
|
||||
versions:
|
||||
- "8"
|
||||
- "9"
|
||||
- name: Debian
|
||||
versions:
|
||||
- bullseye
|
||||
- bookworm
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- focal
|
||||
- jammy
|
||||
- noble
|
||||
|
||||
galaxy_tags:
|
||||
- monitoring
|
||||
- facts
|
||||
- security
|
||||
- ssh
|
||||
- citrix
|
||||
- horizon
|
||||
- audit
|
||||
|
||||
dependencies: []
|
||||
Reference in New Issue
Block a user