7 lines
89 B
YAML
7 lines
89 B
YAML
|
- hosts: all
|
||
|
remote_user: hyung-hwan
|
||
|
tasks:
|
||
|
- name: test connection
|
||
|
ping:
|
||
|
|