Deploy certs for zigbee2mqtt.ccchh.net using new certbot role
Also add certbot role to deploy.yaml playbook and add accompanying group.
This commit is contained in:
parent
f0c5c2b265
commit
154a7dfa02
5 changed files with 17 additions and 10 deletions
|
@ -1,13 +1,12 @@
|
|||
zigbee2mqtt__version: "1.32.1"
|
||||
zigbee2mqtt__network_key: "{{ lookup('community.general.passwordstore', 'noc/vm-secrets/zigbee2mqtt/network_key', create=false, missing='error') }}"
|
||||
zigbee2mqtt__initial_config: "{{ lookup('ansible.builtin.template', 'configs/zigbee2mqtt/zigbee2mqtt/configuration.yaml.j2') }}"
|
||||
cert__acme_account_email: jannes+letsencrypt-ccchh@grzb.de
|
||||
cert__domains:
|
||||
|
||||
certbot__version_spec: ""
|
||||
certbot__acme_account_email_address: j+letsencrypt-ccchh@jsts.xyz
|
||||
certbot__certificate_domains:
|
||||
- "zigbee2mqtt.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: zigbee2mqtt
|
||||
|
|
|
@ -52,10 +52,12 @@ all:
|
|||
cert_hosts:
|
||||
hosts:
|
||||
esphome:
|
||||
zigbee2mqtt:
|
||||
keycloak:
|
||||
wiki:
|
||||
engelsystem:
|
||||
certbot_hosts:
|
||||
hosts:
|
||||
zigbee2mqtt:
|
||||
ssh_server_config_hosts:
|
||||
hosts:
|
||||
keycloak:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue