Ajouter ping

This commit is contained in:
l.covela 2025-11-14 17:25:04 +01:00
commit 8bb93e92fd
1 changed files with 8 additions and 0 deletions

8
ping Normal file
View File

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