vn-ansible/ping/ping.yml

8 lines
105 B
YAML

---
- hosts: "{{ host }}"
gather_facts: true
become: yes
become_method: sudo
tasks:
- ping: