33 lines
539 B
YAML
33 lines
539 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
|
|
|
|
- hosts: musicmouse
|
|
roles:
|
|
- pi-standard-setup
|
|
- pi-hifiberry-amp
|
|
- pi-musicmouse
|
|
- pi-squeezelite-custom
|
|
- pi-shairport
|
|
- pi-lirc
|
|
- bluetooth-monitor
|
|
|
|
- hosts: homeassistant
|
|
roles:
|
|
- bluetooth-monitor |