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

7 lines
145 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
2023-08-29 07:39:21 +00:00
ansible.builtin.ping:
2023-08-29 07:36:45 +00:00