add one time ping
This commit is contained in:
parent
98d7247f23
commit
02b32c86c0
1 changed files with 4 additions and 0 deletions
|
@ -90,3 +90,7 @@
|
||||||
rule: allow
|
rule: allow
|
||||||
from: "{{ pub_ip.json.ip }}"
|
from: "{{ pub_ip.json.ip }}"
|
||||||
delegate_to: "{{ groups['wireguard_server'][0] }}"
|
delegate_to: "{{ groups['wireguard_server'][0] }}"
|
||||||
|
|
||||||
|
- name: Ping Hiljainen for monitoring
|
||||||
|
shell: ping -c 3 -4 192.168.2.4
|
||||||
|
register: ping_result
|
||||||
|
|
Loading…
Reference in a new issue