You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to configure proxmox with let's encrypt support enabled. During installation I run into the following issue:
TASK [systemli.letsencrypt : register Let's Encrypt certificate with HTTP challenge] ***************************************************************************************************************************************************************************************************************************************
fatal: [vm1.my.domain]: FAILED! => {"msg": "The conditional check 'not \"no action taken\" in letsencrypt_reg_certbot_http.stdout' failed. The error was: error while evaluating conditional (not \"no action taken\" in letsencrypt_reg_certbot_http.stdout): Unable to look up a name or access an attribute in template string ({% if not \"no action taken\" in letsencrypt_reg_certbot_http.stdout %} True {% else %} False {% endif %}).\nMake sure your variable name does not contain invalid characters like '-': argument of type 'AnsibleUndefined' is not iterable"}
ansible 2.8.5 on macOS 10.15.1 Debian 10.1 Proxmox 6.0-9
I don't know if it's related but I found a similar issue here: #31. If this problem not related to this role please feel free to close this issue.
Thanx
The text was updated successfully, but these errors were encountered:
Hi, thanks for the report. The current implementation this role takes for LE I'm not personally supporting, since PVE introduced LE support internally, and there is currently an open issue to move the role over to it (#34). @mejo- may want to pitch in some thoughts, however.
For the time being, I would recommend you use PVE's certificate management until #34 gets implemented (which'll depend on when I have time, or another contributor does - I'll keep this issue open since someone else might have the same problem).
Hey there,
I'm trying to configure proxmox with let's encrypt support enabled. During installation I run into the following issue:
ansible 2.8.5 on macOS 10.15.1
Debian 10.1
Proxmox 6.0-9
I don't know if it's related but I found a similar issue here: #31. If this problem not related to this role please feel free to close this issue.
Thanx
The text was updated successfully, but these errors were encountered: