-
Notifications
You must be signed in to change notification settings - Fork 77
/
Copy pathmain.yml
25 lines (22 loc) · 871 Bytes
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
# Start NGINX service.
# Default is true.
nginx_config_start: true
# Print NGINX configuration file to terminal after executing playbook.
nginx_config_debug_output: false
# Remove previously existing NGINX configuration files (files ending in *.conf).
# You can specify a list of paths you wish to remove.
# You can also choose whether to recurse through the paths specified.
# Alternatively you can specify the list of files you wish to remove.
# Default is false.
nginx_config_cleanup: false
# nginx_config_cleanup_paths:
# - directory:
# - /etc/nginx/conf.d
# recurse: false
# nginx_config_cleanup_files:
# - /etc/nginx/conf.d/default.conf
# Add select modules to the beginning of your `nginx.conf` file. Do not use if
# you are already setting modules via 'nginx_config_main_template'.
# nginx_config_modules:
# - modules/ngx_http_js_module.so