Update ipcheck.yaml

This commit is contained in:
ByeonJungHun
2023-06-28 16:35:00 +09:00
committed by GitHub
parent ada07b96d7
commit 9c8b3decb8

View File

@@ -1,6 +1,7 @@
---
- hosts: localhost
gather_facts: false
delegate_to: localhost
tasks:
- name: Check IP address availability
shell: ping -c 1 10.10.43.{{ item }}