From 02b32c86c084c24ba6f658ba833ebab67379a316 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 1 May 2023 13:53:45 +0300 Subject: [PATCH] add one time ping --- tasks/configure.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/configure.yml b/tasks/configure.yml index 305ff57..fe66467 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -90,3 +90,7 @@ rule: allow from: "{{ pub_ip.json.ip }}" delegate_to: "{{ groups['wireguard_server'][0] }}" + +- name: Ping Hiljainen for monitoring + shell: ping -c 3 -4 192.168.2.4 + register: ping_result