# using curl:
# (make sure it is installed on your system!)
curl --retry 3 {{ ping_url }}

# using wget:
wget {{ ping_url }} -O /dev/null