@@ -46,6 +46,11 @@ nginx_manage_repo: true
4646# Default is nginx_repository.
4747nginx_install_from : nginx_repository
4848
49+ # (Optional) Specify repository for NGINX Open Source or NGINX Plus.
50+ # Only works if 'install_from' is set to 'nginx_repository' when installing NGINX Open Source.
51+ # Defaults are the official NGINX repositories.
52+ # nginx_repository: deb https://nginx.org/packages/mainline/debian/ buster nginx
53+
4954# Specify source install options for NGINX Open Source.
5055# Options represent whether to install from source also or to install from packages (default).
5156# These only apply if 'nginx_install_from' is set to 'source'.
@@ -57,22 +62,20 @@ nginx_install_source_pcre: false
5762nginx_install_source_openssl : true
5863nginx_install_source_zlib : false
5964
60- # Specify source install module for NGINX Open Source.
65+ # Specify source install modules for NGINX Open Source.
6166# You can select any of the static modules listed on http://nginx.org/en/docs/configure.html.
6267# Format is '--with-*' where '*' should be used as static module name in the list below. (see an example below).
6368# Default is 'http_ssl_module'. (DO NOT remove it if you need SSL support).
6469nginx_static_modules : [http_ssl_module]
6570# nginx_static_modules: ['http_v2_module'] # Example for '--with-http_v2_module'
6671
72+ # (Optional) Specify NGINX package name when installing nginx from an 'os_repository'.
73+ # nginx_distribution_package: @nginx:1.24/common
74+
6775# (Optional) Choose where to fetch the NGINX signing key from.
6876# Default is the official NGINX signing key host.
6977# nginx_signing_key: http://nginx.org/keys/nginx_signing.key
7078
71- # (Optional) Specify repository for NGINX Open Source or NGINX Plus.
72- # Only works if 'install_from' is set to 'nginx_repository' when installing NGINX Open Source.
73- # Defaults are the official NGINX repositories.
74- # nginx_repository: deb https://nginx.org/packages/mainline/debian/ buster nginx
75-
7679# Specify which branch of NGINX Open Source you want to install.
7780# Options are 'mainline' or 'stable'.
7881# Only works if 'install_from' is set to 'nginx_repository' or 'source'.
0 commit comments