You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: defaults/main/main.yml
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ nginx_type: opensource
22
22
# Default is true.
23
23
nginx_start: true
24
24
25
-
# Specify whether you want to maintain your version of NGINX, upgrade to the latest version, or remove NGINX.
25
+
# Specify whether you want to install NGINX, upgrade to the latest version, or remove NGINX.
26
26
# Can be used with `nginx_version` to fine tune control which version of NGINX is installed/used on each playbook execution.
27
27
# Using 'install' will install the latest version (or 'nginx_version') of NGINX on a fresh install.
28
28
# Using 'upgrade' will upgrade NGINX to the latest version (that matches your 'nginx_version') of NGINX on every playbook execution. Does not work on Alpine Linux.
@@ -42,12 +42,6 @@ nginx_manage_repo: true
42
42
# Default is nginx_repository.
43
43
nginx_install_from: nginx_repository
44
44
45
-
# Specify whether or not you want this role to install the epel-release package.
46
-
# Using 'true' will install epel-release if other criteria are met.
47
-
# Using 'false' will not install epel-release.
48
-
# Default is true.
49
-
nginx_install_epel_release: true
50
-
51
45
# Specify source install options for NGINX Open Source.
52
46
# Options represent whether to install from source also or to install from packages (default).
53
47
# These only apply if 'nginx_install_from' is set to 'source'.
0 commit comments