thefinn93 / ansible-letsencrypt

An ansible role to generate TLS certificates and get them signed by Let's Encrypt
GNU General Public License v3.0
440 stars 122 forks source link

support Ubuntu 20.04 Focal Fossa #73

Closed miettal closed 4 years ago

miettal commented 4 years ago

I added features of ubuntu 20.04 support.

From Ubuntu 20.04 there are no "python-pip", "python-virtualenv" apt package. Therefore I added sub-playbook "ubuntu-focal.yml" to use "certbot" apt package.