playground/ansible-playbooks/ping-on-all.yml

7 lines
89 B
YAML
Raw Normal View History

- hosts: all
remote_user: hyung-hwan
tasks:
- name: test connection
ping: