SSE-Lab/ansible/main-lab/roles/common/tasks/connectivity.yml

10 lines
199 B
YAML

---
- name: Check node up
ansible.builtin.ping:
#- name: Check internal DNS
# wait_for: host=edge.home.arpa port=53 timeout=1
- name: Check access to Internet
wait_for: host=1.1.1.1 timeout=1