diff --git a/ping_aruba.yml b/ping_aruba.yml new file mode 100644 index 0000000..a04b0da --- /dev/null +++ b/ping_aruba.yml @@ -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: \ No newline at end of file