21 lines
302 B
YAML
21 lines
302 B
YAML
|
---
|
||
|
|
||
|
- hosts: server
|
||
|
roles:
|
||
|
- bluetooth-monitor
|
||
|
|
||
|
- hosts: musikserverwohnzimmeroben
|
||
|
roles:
|
||
|
- bluetooth-monitor
|
||
|
|
||
|
- hosts: kitchenpi
|
||
|
roles:
|
||
|
- pi-disable-onboard-bluetooth
|
||
|
- bluetooth-monitor
|
||
|
|
||
|
- hosts: bedroompi
|
||
|
roles:
|
||
|
- pi-disable-onboard-bluetooth
|
||
|
- bluetooth-monitor
|
||
|
|