7 lines
107 B
YAML
7 lines
107 B
YAML
---
|
|
- hosts: office
|
|
remote_user: root
|
|
tasks:
|
|
- name: whoami
|
|
command: whoami
|