Update ipcheck.yaml
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
delegate_to: localhost
|
||||||
tasks:
|
tasks:
|
||||||
- name: Check IP address availability
|
- name: Check IP address availability
|
||||||
shell: ping -c 1 10.10.43.{{ item }}
|
shell: ping -c 1 10.10.43.{{ item }}
|
||||||
|
|||||||
Reference in New Issue
Block a user