diff --git a/test_ping.yml b/test_ping.yml new file mode 100644 index 0000000..21eda00 --- /dev/null +++ b/test_ping.yml @@ -0,0 +1,7 @@ +- name: Test de connectivité ping pong + hosts: all_splunk_instances + become: true + + tasks: + - name: Test de ping pong + ping: \ No newline at end of file