7 lines
92 B
YAML
7 lines
92 B
YAML
- hosts: "{{ target }}"
|
|
gather_facts: true
|
|
remote_user: pi
|
|
roles:
|
|
- gather-facts
|
|
|