nextcloud: Fetch HTTPS cert from Kubernetes
Since Nextcloud uses the _pyrocufflink.net_ wildcard certificate, we can load it directly from the Kubernetes Secret, rather than from the file in the _certs_ submodule, just like Gitea et al.master
parent
f5ab739c9e
commit
b72676a1bb
1
hosts
1
hosts
|
@ -278,6 +278,7 @@ file0.pyrocufflink.blue
|
||||||
[wildcard-cert:children]
|
[wildcard-cert:children]
|
||||||
file-servers
|
file-servers
|
||||||
gitea
|
gitea
|
||||||
|
nextcloud
|
||||||
pxe
|
pxe
|
||||||
|
|
||||||
[zezere]
|
[zezere]
|
||||||
|
|
|
@ -3,11 +3,3 @@ dependencies:
|
||||||
- role: redis
|
- role: redis
|
||||||
tags:
|
tags:
|
||||||
- redis
|
- redis
|
||||||
- role: cert
|
|
||||||
vars:
|
|
||||||
cert_src: lego/_.pyrocufflink.net.crt
|
|
||||||
cert_dest: '{{ apache_ssl_certificate }}'
|
|
||||||
cert_key_src: lego/_.pyrocufflink.net.key
|
|
||||||
cert_key_dest: '{{ apache_ssl_certificate_key }}'
|
|
||||||
tags:
|
|
||||||
- nextcloud
|
|
||||||
|
|
Loading…
Reference in New Issue