From 90f69f192b16067dbf93851dfd2d83013e22f622 Mon Sep 17 00:00:00 2001 From: Tim Beukert Date: Tue, 8 Jul 2025 07:53:55 +0200 Subject: [PATCH] =?UTF-8?q?Ansible-Playbooks/ping.yaml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ansible-Playbooks/ping.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Ansible-Playbooks/ping.yaml diff --git a/Ansible-Playbooks/ping.yaml b/Ansible-Playbooks/ping.yaml new file mode 100644 index 0000000..74ac8e9 --- /dev/null +++ b/Ansible-Playbooks/ping.yaml @@ -0,0 +1,5 @@ +- name: Get Upgrades + hosts: homelab + tasks: + - name: Ping the Clients + ansible.builtin.ping: \ No newline at end of file