ansible-playbooks/test-playbook.yml

7 lines
107 B
YAML
Raw Normal View History

2015-12-08 00:16:07 -05:00
---
- hosts: office
remote_user: root
tasks:
- name: whoami
command: whoami