Deploy certs for aes.ccchh.net using certbot role
Also clean up NGINX configuration a bit.
This commit is contained in:
parent
542211ca25
commit
48f9a2f901
4 changed files with 8 additions and 9 deletions
|
@ -1,14 +1,12 @@
|
|||
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 'configs/engelsystem/compose.yaml.j2') }}"
|
||||
docker_compose__configuration_files: []
|
||||
|
||||
cert__acme_account_email: j+letsencrypt-ccchh@jsts.xyz
|
||||
cert__domains:
|
||||
certbot__version_spec: ""
|
||||
certbot__acme_account_email_address: j+letsencrypt-ccchh@jsts.xyz
|
||||
certbot__certificate_domains:
|
||||
- "aes.ccchh.net"
|
||||
cert__bind_9_host: authoritative-dns
|
||||
cert__bind_9_zone: ccchh.net
|
||||
|
||||
nginx__version_spec: ""
|
||||
nginx__deploy_redirect_conf: true
|
||||
nginx__configurations:
|
||||
- name: aes.ccchh.net
|
||||
content: "{{ lookup('ansible.builtin.file', 'configs/engelsystem/nginx/aes.ccchh.net.conf') }}"
|
||||
|
|
|
@ -51,13 +51,13 @@ all:
|
|||
engelsystem:
|
||||
cert_hosts:
|
||||
hosts:
|
||||
engelsystem:
|
||||
certbot_hosts:
|
||||
hosts:
|
||||
esphome:
|
||||
zigbee2mqtt:
|
||||
keycloak:
|
||||
wiki:
|
||||
engelsystem:
|
||||
ssh_server_config_hosts:
|
||||
hosts:
|
||||
keycloak:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue