bf2916fc55
* Explicitly define `mode` in relevant tasks. * Explicitly define the `nginx` `apt_repository` filename in Debian based distros. * Building OpenSSL from source should now work properly in CentOS 8.
14 lines
469 B
YAML
14 lines
469 B
YAML
---
|
|
# Supported distributions
|
|
nginx_linux_families: ['Alpine', 'Debian', 'RedHat', 'Suse']
|
|
|
|
# Supported distributions NGINX Plus
|
|
# https://docs.nginx.com/nginx/technical-specs/
|
|
# RedHat={Amazon,CentOS,OracleLinux,RHEL} Debian={Ubuntu,Debian}
|
|
nginx_plus_linux_families: ['Alpine', 'Debian', 'RedHat', 'Suse']
|
|
|
|
# Default locations and versions when 'nginx_install_from; is set to 'source'
|
|
pcre_version: pcre-8.44
|
|
zlib_version: zlib-1.2.11
|
|
openssl_version: openssl-1.1.1g
|