8 lines
95 B
YAML
8 lines
95 B
YAML
---
|
|
- hosts: "{{ target }}"
|
|
gather_facts: false
|
|
remote_user: pi
|
|
roles:
|
|
- log2ram-st
|
|
|