12 lines
157 B
YAML
12 lines
157 B
YAML
- hosts: all
|
|
strategy: free
|
|
tasks:
|
|
- name: Run whoami
|
|
command:
|
|
cmd: whoami
|
|
|
|
- name: Run uptime
|
|
command:
|
|
cmd: uptime
|
|
|