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