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