vn-ansible/linux/os/ping-test.yml

7 lines
143 B
YAML
Raw Normal View History

2023-08-29 07:36:45 +00:00
---
- name: Ping Linux hosts
hosts: "{{ hosts_servers }}"
tasks:
- name: Ping Linux hosts using ping module
ansible.builtin.ping: