Add playbook and roles for Audio Pi

This commit is contained in:
yuri 2022-12-18 04:36:53 +01:00
commit 96ac8de142
No known key found for this signature in database
GPG key ID: E646779AC54AEC64
21 changed files with 516 additions and 2 deletions

View file

@ -0,0 +1,3 @@
[Service]
ExecStart=
ExecStart=-/sbin/agetty --autologin audiosink --noclear %I 38400 linux

View file

@ -0,0 +1,8 @@
[Unit]
Description=Bluetooth speaker agent
[Service]
ExecStart=python3 /opt/speaker-agent/speaker-agent.py
[Install]
WantedBy=default.target