roles/nginx: Update certbot dependencies for Debian 10
Taken after a clean Debian 10 install on Linode.
This commit is contained in:
parent
0bff851311
commit
b59f7c0702
@ -20,19 +20,23 @@
|
|||||||
when: ansible_distribution == 'Debian' and ansible_distribution_major_version is version_compare('10', '==')
|
when: ansible_distribution == 'Debian' and ansible_distribution_major_version is version_compare('10', '==')
|
||||||
set_fact:
|
set_fact:
|
||||||
certbot_dependencies:
|
certbot_dependencies:
|
||||||
|
- augeas-lenses
|
||||||
- binutils
|
- binutils
|
||||||
- binutils-common
|
- binutils-common
|
||||||
- binutils-x86-64-linux-gnu
|
- binutils-x86-64-linux-gnu
|
||||||
- cpp
|
- cpp
|
||||||
- cpp-8
|
- cpp-8
|
||||||
|
- gcc
|
||||||
- gcc-8
|
- gcc-8
|
||||||
- libasan5
|
- libasan5
|
||||||
- libatomic1
|
- libatomic1
|
||||||
|
- libaugeas0
|
||||||
- libbinutils
|
- libbinutils
|
||||||
- libc-dev-bin
|
- libc-dev-bin
|
||||||
- libc6-dev
|
- libc6-dev
|
||||||
- libcc1-0
|
- libcc1-0
|
||||||
- libexpat1-dev
|
- libexpat1-dev
|
||||||
|
- libffi-dev
|
||||||
- libgcc-8-dev
|
- libgcc-8-dev
|
||||||
- libgomp1
|
- libgomp1
|
||||||
- libisl19
|
- libisl19
|
||||||
@ -46,16 +50,20 @@
|
|||||||
- libpython2.7
|
- libpython2.7
|
||||||
- libpython2.7-dev
|
- libpython2.7-dev
|
||||||
- libquadmath0
|
- libquadmath0
|
||||||
|
- libssl-dev
|
||||||
- libtsan0
|
- libtsan0
|
||||||
- libubsan1
|
- libubsan1
|
||||||
- linux-libc-dev
|
- linux-libc-dev
|
||||||
|
- python-dev
|
||||||
- python-pip-whl
|
- python-pip-whl
|
||||||
- python-pkg-resources
|
- python-pkg-resources
|
||||||
|
- python-virtualenv
|
||||||
- python2-dev
|
- python2-dev
|
||||||
- python2.7-dev
|
- python2.7-dev
|
||||||
- python3-distutils
|
- python3-distutils
|
||||||
- python3-lib2to3
|
- python3-lib2to3
|
||||||
- python3-virtualenv
|
- python3-virtualenv
|
||||||
|
- virtualenv
|
||||||
|
|
||||||
# Dependencies certbot checks for on its first run. I set them in a fact so that
|
# Dependencies certbot checks for on its first run. I set them in a fact so that
|
||||||
# I can pass the list directly to the apt module to install in one transaction.
|
# I can pass the list directly to the apt module to install in one transaction.
|
||||||
|
Loading…
Reference in New Issue
Block a user