light: fix tls cert expiring and not renewing
Some checks failed
/ Ansible Lint (push) Failing after 39s
Some checks failed
/ Ansible Lint (push) Failing after 39s
This commit is contained in:
parent
5693989c38
commit
6a92aa68c1
4 changed files with 34 additions and 20 deletions
|
|
@ -50,10 +50,22 @@ ola__configs:
|
|||
content: "{{ lookup('ansible.builtin.file', 'resources/z9/light/ola/ola-usbdmx.conf') }}"
|
||||
- name: ola-usbserial
|
||||
content: "{{ lookup('ansible.builtin.file', 'resources/z9/light/ola/ola-usbserial.conf') }}"
|
||||
|
||||
nginx__version_spec: ""
|
||||
nginx__deploy_redirect_conf: false
|
||||
nginx__configurations:
|
||||
- name: light
|
||||
content: "{{ lookup('ansible.builtin.file', 'resources/z9/light/nginx/light.conf') }}"
|
||||
- name: http_handler
|
||||
content: "{{ lookup('ansible.builtin.file', 'resources/z9/light/nginx/http_handler.conf') }}"
|
||||
content: "{{ lookup('ansible.builtin.file', 'resources/z9/dooris/nginx/http_handler.conf') }}"
|
||||
|
||||
certbot__version_spec: ""
|
||||
certbot__acme_account_email_address: le-admin@hamburg.ccc.de
|
||||
certbot__certificate_domains:
|
||||
- "light-werkstatt.ccchh.net"
|
||||
- "light.ccchh.net"
|
||||
- "light.z9.ccchh.net"
|
||||
certbot__new_cert_commands:
|
||||
- "systemctl reload nginx.service"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ all:
|
|||
certbot_hosts:
|
||||
hosts:
|
||||
dooris:
|
||||
light:
|
||||
docker_compose_hosts:
|
||||
hosts:
|
||||
dooris:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue