Update ipcheck.yaml

This commit is contained in:
ByeonJungHun
2023-06-29 16:26:06 +09:00
committed by GitHub
parent bf712d102c
commit 3852cb3b25

View File

@@ -10,18 +10,13 @@
changed_when: false
with_sequence: start=100 end=150
# - name: test
# failed_when: false
# changed_when: false
# debug:
# msg: "현재 응답이 없음으로 10.10.43.{{ item.item }} 해당 IP는 사용할 수 있는 IP 입니다"
# with_items: "{{ ping_result.results }}"
# loop_control:
# label: "{{ item.item }}"
# when: "'100% packet loss' in item.stdout"
- name: test
fail:
failed_when: false
changed_when: false
debug:
msg: "현재 응답이 없음으로 10.10.43.{{ item.item }} 해당 IP는 사용할 수 있는 IP 입니다"
with_items: "{{ ping_result.results }}"
loop_control:
label: "{{ item.item }}"
when: "'100% packet loss' in item.stdout"