Migrate to NixOS: Remove Z9 Audio host from this repo
This commit is contained in:
parent
b295690ad5
commit
fdae96fbc1
|
@ -1,3 +0,0 @@
|
|||
hifiberry__device: hifiberry-dac
|
||||
bluetooth_audio_sink__name: Audio Pi
|
||||
shairport_sync__config: "{{ lookup('ansible.builtin.file', 'z9/configs/audio/shairport-sync/shairport-sync.conf') }}"
|
|
@ -14,9 +14,6 @@ all:
|
|||
zigbee2mqtt:
|
||||
ansible_host: zigbee2mqtt.z9.ccchh.net
|
||||
ansible_user: chaos
|
||||
audio:
|
||||
ansible_host: audio.z9.ccchh.net
|
||||
ansible_user: chaos
|
||||
authoritative-dns:
|
||||
ansible_host: authoritative-dns.z9.ccchh.net
|
||||
ansible_user: chaos
|
||||
|
@ -66,13 +63,10 @@ all:
|
|||
light:
|
||||
hifiberry_hosts:
|
||||
hosts:
|
||||
audio:
|
||||
bluetooth_audio_sink_hosts:
|
||||
hosts:
|
||||
audio:
|
||||
shairport_sync_hosts:
|
||||
hosts:
|
||||
audio:
|
||||
send_only_mail_server_hosts:
|
||||
hosts:
|
||||
send-only-mailserver:
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
general =
|
||||
{
|
||||
name = "Audio Pi";
|
||||
port = 5000;
|
||||
udp_port_base = 6001;
|
||||
udp_port_range = 10;
|
||||
interpolation = "soxr";
|
||||
output_backend = "alsa";
|
||||
mdns_backend = "avahi";
|
||||
volume_range_db = 40;
|
||||
volume_max_db = -20.0;
|
||||
};
|
Loading…
Reference in a new issue