Fix small issues
This commit is contained in:
parent
749a31a540
commit
0e47afdf5e
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ hosts = {
|
|||
rdns = "node001.serguzim.net"
|
||||
provider = "hetzner"
|
||||
image = "debian-12"
|
||||
server_type = "cx32"
|
||||
server_type = "cx33"
|
||||
location = "fsn1"
|
||||
},
|
||||
"node002" = {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ caddy_acmedns_pass: "{{ undef() }}"
|
|||
caddy_acmedns_subd: "{{ undef() }}"
|
||||
caddy_acmedns_url: "https://{{ acme_dns.host }}"
|
||||
caddy_acme_eab_key_id: "{{ undef() }}"
|
||||
caddy_acme_eab_mac_key: "{{ undef() }}"
|
||||
caddy_acme_eab_hmac_key: "{{ undef() }}"
|
||||
|
||||
caddy_ports: "{{ host_services | services_get_attr('ports') | flatten | services_ports_to_docker('reverse_proxy') }}"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
acme_ca https://acme.zerossl.com/v2/DV90
|
||||
acme_eab {
|
||||
key_id {{ caddy_acme_eab_key_id }}
|
||||
mac_key {{ caddy_acme_eab_mac_key }}
|
||||
mac_key {{ caddy_acme_eab_hmac_key }}
|
||||
}
|
||||
|
||||
metrics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue