Get certificate for wiki using cert
role
This commit is contained in:
parent
1a0636307b
commit
d4d2e973a1
3 changed files with 10 additions and 3 deletions
|
@ -5,3 +5,9 @@ nginx__configurations:
|
|||
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:
|
||||
- "wiki.ccchh.net"
|
||||
cert__bind_9_host: authoritative-dns
|
||||
cert__bind_9_zone: ccchh.net
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue