8 lines
97 B
YAML
8 lines
97 B
YAML
---
|
|
- hosts: "{{ target }}"
|
|
gather_facts: true
|
|
remote_user: pi
|
|
roles:
|
|
- initnextcloud
|
|
|