sovereign/sovereign

Replace certbot with debian/ubuntu packaged version

Ouverte

#822 ouverte le 9 mars 2021

 (4 commentaires) (0 réaction) (0 personne assignée)HTML (811 forks)batch import
bionicbugbullseyebusterfocalgood first issue

Métriques du dépôt

Stars
 (10 467 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

I am running through the playbook and getting the following error when trying to install the LetsEncrypt package dependencies:

fatal: [172.31.0.230]: FAILED! => {"changed": false, "cmd": ["/root/letsencrypt/letsencrypt-auto", "--help"], "delta": "0:00:00.519459", "end": "2021-03-09 01:39:02.443828", "msg": "non-zero return code", "rc": 1, "start": "2021-03-09 01:39:01.924369", "stderr": "", "stderr_lines": [], "stdout": "Skipping bootstrap because certbot-auto is deprecated on this system.\nYour system is not supported by certbot-auto anymore.\nCertbot cannot be installed.\nPlease visit https://certbot.eff.org/ to check for other alternatives.", "stdout_lines": ["Skipping bootstrap because certbot-auto is deprecated on this system.", "Your system is not supported by certbot-auto anymore.", "Certbot cannot be installed.", "Please visit https://certbot.eff.org/ to check for other alternatives."]}

I installed the new certbot as per the eff.org page noted in the error, and while the new certbot installs (and works) fine, running the playbook still generates this error.

Guide contributeur