commit 9f778338d6a44a423e48a80aab6908113f7f9de5 Author: Mohamed C. Date: Thu Feb 12 14:46:23 2026 +0100 initial upload diff --git a/ping.yml b/ping.yml new file mode 100644 index 0000000..3e5de6c --- /dev/null +++ b/ping.yml @@ -0,0 +1,5 @@ +- name: Test Connection + hosts: all + tasks: + - name: Ping the host + ansible.builtin.ping: