Add esphome role and playbook

This commit is contained in:
yuri 2022-12-04 20:11:39 +01:00
commit e084462ae1
No known key found for this signature in database
GPG key ID: E646779AC54AEC64
9 changed files with 84 additions and 0 deletions

View file

@ -0,0 +1,4 @@
esphome__version: "2022.11.4"
nginx__configs:
- name: esphome
content: "{{ lookup('ansible.builtin.file', 'configs/esphome/nginx/esphome.conf') }}"

View file

@ -6,3 +6,5 @@ all:
ansible_host: light.z9
automation:
ansible_host: automation.z9
esphome:
ansible_host: esphome.z9