ansible-playbooks/test-playbook.yml

7 lines
98 B
YAML
Raw Normal View History

2015-12-08 00:16:07 -05:00
---
- hosts: all
become: yes
2015-12-08 00:16:07 -05:00
tasks:
- name: whoami
command: whoami