ansible-playbooks/test-playbook.yml

7 lines
107 B
YAML

---
- hosts: office
remote_user: root
tasks:
- name: whoami
command: whoami