From fb73c7c4dde8a1af3abd8538eefdee8eccef4ca4 Mon Sep 17 00:00:00 2001 From: pleibling Date: Tue, 30 Dec 2025 18:31:54 +0000 Subject: [PATCH] =?UTF-8?q?playbooks/ping.yml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playbooks/ping.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 playbooks/ping.yml diff --git a/playbooks/ping.yml b/playbooks/ping.yml new file mode 100644 index 0000000..642e10a --- /dev/null +++ b/playbooks/ping.yml @@ -0,0 +1,7 @@ +--- +- name: Verbindungstest zum Docker Host + hosts: docker_nodes + gather_facts: no + tasks: + - name: Prüfe ob der Host antwortet + ansible.builtin.ping: \ No newline at end of file