feat(ansible-role-remote_users_fact) first commit

This commit is contained in:
2026-04-13 23:25:51 +02:00
commit 51f19b678f
11 changed files with 478 additions and 0 deletions
+40
View File
@@ -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: []