ansible-infra/inventories/z9/host_vars/esphome.yaml

12 lines
339 B
YAML
Raw Normal View History

2023-07-27 18:22:58 +02:00
esphome__version: "2023.7.0"
certbot__version_spec: ""
certbot__acme_account_email_address: jannes+letsencrypt-ccchh@grzb.de
certbot__certificate_domains:
- "esphome.ccchh.net"
nginx__version_spec: ""
nginx__configurations:
2022-12-04 20:11:39 +01:00
- name: esphome
content: "{{ lookup('ansible.builtin.file', 'z9/configs/esphome/nginx/esphome.conf') }}"