From 6e64b033f8e522f8fd21f0fab3ebc0859a3540d1 Mon Sep 17 00:00:00 2001 From: "l.covela" Date: Wed, 3 Dec 2025 14:55:46 +0100 Subject: [PATCH] Actualiser ping_aruba.yml --- ping_aruba.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ping_aruba.yml b/ping_aruba.yml index d5262a7..a84f922 100644 --- a/ping_aruba.yml +++ b/ping_aruba.yml @@ -2,13 +2,15 @@ - name: Test de connectivité Aruba CX hosts: switch_aruba gather_facts: no - connection: network_cli # très important + connection: network_cli + collections: + - arubanetworks.aoscx # <– important + vars: ansible_network_os: arubanetworks.aoscx.aoscx tasks: - name: Vérifier la connexion en faisant un "show version" - # si tu veux juste vérifier que ça répond aoscx_command: commands: - show version \ No newline at end of file