vn-ansible/linux-ping.yml

6 lines
78 B
YAML
Raw Normal View History

2023-07-25 10:51:47 +00:00
---
2023-12-19 14:55:30 +00:00
- hosts: '{{ hosts_servers }}'
2023-07-26 12:51:31 +00:00
gather_facts: true
2023-07-25 10:51:47 +00:00
tasks:
- ping: