vn-ansible/ping/ping.yml

8 lines
106 B
YAML

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