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

13 lines
392 B
YAML

esphome__version: "2023.3.2"
cert__acme_account_email: jannes+letsencrypt-ccchh@grzb.de
cert__domains:
- "esphome.ccchh.net"
cert__bind_9_host: authoritative-dns
cert__bind_9_zone: ccchh.net
cert__handlers:
- Restart `nginx.service`
nginx__version_spec: ""
nginx__configurations:
- name: esphome
content: "{{ lookup('ansible.builtin.file', 'configs/esphome/nginx/esphome.conf') }}"