Rename inventory to z9

This commit is contained in:
yuri 2022-12-18 04:39:09 +01:00
parent 96ac8de142
commit 79879ae3af
No known key found for this signature in database
GPG key ID: E646779AC54AEC64
7 changed files with 9 additions and 1 deletions

View file

@ -1,2 +1,2 @@
[defaults] [defaults]
inventory = ./inventories/thinkcccentre/hosts.yml inventory = ./inventories/z9/hosts.yml

View 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') }}"

View file

@ -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

View file

@ -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