2019-12-06 22:37:16 +01:00
|
|
|
---
|
|
|
|
# Supported distributions
|
|
|
|
nginx_bsd_systems: ['FreeBSD', 'NetBSD', 'OpenBSD', 'DragonFlyBSD', 'HardenedBSD']
|
|
|
|
|
|
|
|
# Supported distributions NGINX Plus
|
|
|
|
# https://docs.nginx.com/nginx/technical-specs/
|
|
|
|
nginx_plus_bsd_systems: ['FreeBSD']
|
|
|
|
|
|
|
|
# Choose to install BSD packages or ports.
|
2020-08-19 18:39:17 +02:00
|
|
|
# Options are true for packages or false for ports.
|
|
|
|
# Default is true.
|
2019-12-06 22:37:16 +01:00
|
|
|
nginx_bsd_install_packages: true
|
|
|
|
|
|
|
|
# Choose to update BSD ports collection.
|
2020-08-19 18:39:17 +02:00
|
|
|
# Options are true for update or false for do not update.
|
|
|
|
# Default is true.
|
2019-12-06 22:37:16 +01:00
|
|
|
nginx_bsd_update_ports: true
|
|
|
|
|
|
|
|
# Choose to install packages built from BSD ports collection if
|
|
|
|
# available.
|
2020-08-19 18:39:17 +02:00
|
|
|
# Options are true for use packages or false for do not use packages.
|
|
|
|
# Default is true.
|
2019-12-06 22:37:16 +01:00
|
|
|
nginx_bsd_portinstall_use_packages: true
|
|
|
|
|
|
|
|
# FreeBSD extra packages
|
|
|
|
nginx_freebsd_extra_packages: ['security/ca_root_nss']
|