add one time ping

This commit is contained in:
Antonio J. Delgado 2023-05-01 13:53:45 +03:00
parent 98d7247f23
commit 02b32c86c0

View file

@ -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