Add esphome role and playbook
This commit is contained in:
parent
75408d8926
commit
e084462ae1
9 changed files with 84 additions and 0 deletions
8
playbooks/files/configs/esphome/nginx/esphome.conf
Normal file
8
playbooks/files/configs/esphome/nginx/esphome.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name esphome.z9;
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:6052;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue