Ajouter ping_aruba.yml

This commit is contained in:
l.covela 2025-12-03 14:46:12 +01:00
parent 4f1348c12c
commit 7739124db0
1 changed files with 8 additions and 0 deletions

8
ping_aruba.yml Normal file
View File

@ -0,0 +1,8 @@
---
- name: Test de connectivité avec ping Ansible
hosts: switch_aruba # groupe défini dans ton inventaire
gather_facts: no
tasks:
- name: Ping des hôtes
ansible.builtin.ping: