k-space-infra-automation/ansible/helpers/ping.yml

10 lines
118 B
YAML
Raw Normal View History

2019-11-07 22:46:58 +00:00
---
- hosts: kspace
become: yes
become_user: root
become_method: sudo
tasks:
- name: ping
ping:
...