Rename inventory to z9
This commit is contained in:
parent
96ac8de142
commit
79879ae3af
|
@ -1,2 +1,2 @@
|
||||||
[defaults]
|
[defaults]
|
||||||
inventory = ./inventories/thinkcccentre/hosts.yml
|
inventory = ./inventories/z9/hosts.yml
|
||||||
|
|
3
inventories/z9/host_vars/audio.yml
Normal file
3
inventories/z9/host_vars/audio.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
hifiberry__device: hifiberry-dac
|
||||||
|
bluetooth_audio_sink__name: Audio Pi
|
||||||
|
shairport_sync__config: "{{ lookup('ansible.builtin.file', 'configs/audio/shairport-sync/shairport-sync.conf') }}"
|
|
@ -2,3 +2,4 @@ esphome__version: "2022.11.4"
|
||||||
nginx__configs:
|
nginx__configs:
|
||||||
- name: esphome
|
- name: esphome
|
||||||
content: "{{ lookup('ansible.builtin.file', 'configs/esphome/nginx/esphome.conf') }}"
|
content: "{{ lookup('ansible.builtin.file', 'configs/esphome/nginx/esphome.conf') }}"
|
||||||
|
nginx__enable_https_redirect: true
|
|
@ -10,3 +10,7 @@ all:
|
||||||
ansible_host: esphome.z9
|
ansible_host: esphome.z9
|
||||||
zigbee2mqtt:
|
zigbee2mqtt:
|
||||||
ansible_host: zigbee2mqtt.z9
|
ansible_host: zigbee2mqtt.z9
|
||||||
|
printserver:
|
||||||
|
ansible_host: printserver.z9
|
||||||
|
audio:
|
||||||
|
ansible_host: audio.z9
|
Loading…
Reference in a new issue