Add esphome role and playbook
This commit is contained in:
parent
75408d8926
commit
e084462ae1
9 changed files with 84 additions and 0 deletions
4
inventories/thinkcccentre/host_vars/esphome.yml
Normal file
4
inventories/thinkcccentre/host_vars/esphome.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
esphome__version: "2022.11.4"
|
||||
nginx__configs:
|
||||
- name: esphome
|
||||
content: "{{ lookup('ansible.builtin.file', 'configs/esphome/nginx/esphome.conf') }}"
|
|
@ -6,3 +6,5 @@ all:
|
|||
ansible_host: light.z9
|
||||
automation:
|
||||
ansible_host: automation.z9
|
||||
esphome:
|
||||
ansible_host: esphome.z9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue