12 lines
139 B
YAML
12 lines
139 B
YAML
---
|
|
- name: pingu
|
|
hosts: all
|
|
# remote_user: root
|
|
|
|
gather_facts: no
|
|
become: yes
|
|
tasks:
|
|
- name: pingu!
|
|
ansible.builtin.ping:
|
|
|