forked from CCCHH/ansible-infra
Add playbook and roles for Audio Pi
This commit is contained in:
parent
7a869f6330
commit
96ac8de142
21 changed files with 516 additions and 2 deletions
8
playbooks/deploy_audio_pi.yml
Normal file
8
playbooks/deploy_audio_pi.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- name: Configure audio.z9 as a bluetooth audio sink and AirPlay server
|
||||
become: true
|
||||
hosts: audio
|
||||
roles:
|
||||
- hifiberry
|
||||
- bluetooth_audio_sink
|
||||
- shairport_sync
|
||||
Loading…
Add table
Add a link
Reference in a new issue