nrec-ansible/project/ping.yml
2022-01-10 21:57:28 +01:00

5 lines
76 B
YAML

---
- hosts: all
tasks:
- name: Ping hosts
ansible.builtin.ping: