vn-ansible/ping/ping.yml

8 lines
106 B
YAML
Raw Normal View History

2023-07-25 10:51:47 +00:00
---
2023-07-26 06:54:03 +00:00
- hosts: "{{ host }}"
2023-07-25 10:51:47 +00:00
gather_facts: false
2023-07-26 12:42:46 +00:00
become: yes
become_method: sudo
2023-07-25 10:51:47 +00:00
tasks:
- ping: