single playbook for mediapis
This commit is contained in:
23
mediapis.yml
Normal file
23
mediapis.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
- name: Media Pis (squeezelite/shairport audio players)
|
||||
hosts: mediapis
|
||||
roles:
|
||||
- unattended_upgrades
|
||||
- pi_modern_shell_env
|
||||
- pi_standard_setup
|
||||
- role: pi_hifiberry_amp
|
||||
when: mediapi_has_hifiberry_amp
|
||||
- role: pi_musicmouse
|
||||
when: mediapi_install_kidsmusic
|
||||
- pi_squeezelite_custom
|
||||
- pi_shairport
|
||||
- role: pi_irserver
|
||||
when: mediapi_ir_control == 'irserver'
|
||||
- role: pi_lirc
|
||||
when: mediapi_ir_control == 'lirc'
|
||||
- role: pi_dhtsensor
|
||||
when: mediapi_has_dhtsensor
|
||||
- role: pi_disable_onboard_bluetooth
|
||||
when: mediapi_disable_onboard_bluetooth
|
||||
- role: bluetooth_monitor
|
||||
when: mediapi_install_bluetooth_monitor
|
||||
Reference in New Issue
Block a user