Deploy certs for wiki.ccchh.net using certbot role
Also clean up NGINX configurations.
This commit is contained in:
parent
6651f4568d
commit
6ac4bf8240
5 changed files with 8 additions and 26 deletions
|
@ -1,13 +1,9 @@
|
|||
nginx__version_spec: ""
|
||||
nginx__deploy_redirect_conf: false
|
||||
nginx__configurations:
|
||||
- name: http_handler
|
||||
content: "{{ lookup('ansible.builtin.file', 'configs/wiki/nginx/http_handler.conf') }}"
|
||||
- name: wiki.ccchh.net
|
||||
content: "{{ lookup('ansible.builtin.file', 'configs/wiki/nginx/wiki.ccchh.net.conf') }}"
|
||||
|
||||
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:
|
||||
- "wiki.ccchh.net"
|
||||
cert__bind_9_host: authoritative-dns
|
||||
cert__bind_9_zone: ccchh.net
|
||||
|
|
|
@ -52,12 +52,12 @@ all:
|
|||
cert_hosts:
|
||||
hosts:
|
||||
esphome:
|
||||
wiki:
|
||||
engelsystem:
|
||||
certbot_hosts:
|
||||
hosts:
|
||||
zigbee2mqtt:
|
||||
keycloak:
|
||||
wiki:
|
||||
ssh_server_config_hosts:
|
||||
hosts:
|
||||
keycloak:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue