Skip to content

Commit

Permalink
fix nginx version
Browse files Browse the repository at this point in the history
  • Loading branch information
loraine-gueguen committed Aug 2, 2024
1 parent 0e0f223 commit bfeda83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sequenceserver_user: "sequenceserver"
# NGINX
#
# NGINX version to install
sequenceserver_nginx_version: 1.26.1
sequenceserver_nginx_version: 1.26.1-1~focal
# proxy_read_timeout (nginx directive)
sequenceserver_proxy_read_timeout: 180
# Authentication with LDAP - Mandatory if users or groups are used in variable sequenceserver_blast_db
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@
include_role:
name: nginxinc.nginx
vars:
nginx_version: -1.23.1
nginx_version: 1.23.1-1~focal
2 changes: 1 addition & 1 deletion tasks/install.dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
include_role:
name: nginxinc.nginx
vars:
nginx_version: "-{{ sequenceserver_nginx_version }}"
nginx_version: "{{ sequenceserver_nginx_version }}"

# NGINX LDAP authentication

Expand Down

0 comments on commit bfeda83

Please sign in to comment.