This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
vn-ansible
Watch
1
Star
0
Fork
You've already forked vn-ansible
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9287a7ab5f
vn-ansible
/
ping
/
ping.yml
8 lines
106 B
YAML
Raw
Normal View
History
Unescape
Escape
clean
2023-07-25 10:51:47 +00:00
---
Update ping/ping.yml
2023-07-26 06:54:03 +00:00
-
hosts
:
"{{ host }}"
clean
2023-07-25 10:51:47 +00:00
gather_facts
:
false
Update ping/ping.yml
2023-07-26 12:42:46 +00:00
become
:
yes
become_method
:
sudo
clean
2023-07-25 10:51:47 +00:00
tasks
:
-
ping
: