From 9c6fd862318f237ae8561b35469ae953c79cf846 Mon Sep 17 00:00:00 2001 From: aturenkov Date: Tue, 13 Jan 2026 06:35:30 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20ping.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ping.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ping.yml diff --git a/ping.yml b/ping.yml new file mode 100644 index 0000000..7de136c --- /dev/null +++ b/ping.yml @@ -0,0 +1,6 @@ +- name: Ping hosts + hosts: all + gather_facts: false + serial: 20 + tasks: + - ansible.builtin.ping: