Commit de1808c4 by Bilal

cleaning up my mistake

parent 370cdf62
......@@ -11,7 +11,7 @@ NGINX_EDXAPP_EXTRA_CONFIGS: []
NGINX_EDXAPP_CUSTOM_REDIRECTS: {}
# Override these vars for adding user to nginx.htpasswd
NGINXUSERS:
NGINX_USERS:
- name: "{{ COMMON_HTPASSWD_USER }}"
password: "{{ COMMON_HTPASSWD_PASS }}"
state: present
......
......@@ -231,7 +231,7 @@
tags:
- install
- install:configuration
with_items: NGINXUSERS
with_items: NGINX_USERS
- name: Create nginx log file location (just in case)
file: >
......
......@@ -219,6 +219,7 @@ if [[ $basic_auth == "true" ]]; then
COMMON_ENABLE_BASIC_AUTH: True
COMMON_HTPASSWD_USER: $auth_user
COMMON_HTPASSWD_PASS: $auth_pass
NGINX_USERS: $nginx_users
XQUEUE_BASIC_AUTH_USER: $auth_user
XQUEUE_BASIC_AUTH_PASSWORD: $auth_pass
EOF_AUTH
......@@ -268,8 +269,6 @@ SANDBOX_USERNAME: $github_username
EDXAPP_ECOMMERCE_PUBLIC_URL_ROOT: "https://ecommerce-${deploy_host}"
EDXAPP_ECOMMERCE_API_URL: "https://ecommerce-${deploy_host}/api/v2"
NGINXUSERS: $nginx_users
ECOMMERCE_ECOMMERCE_URL_ROOT: "https://ecommerce-${deploy_host}"
ECOMMERCE_LMS_URL_ROOT: "https://${deploy_host}"
ECOMMERCE_SOCIAL_AUTH_REDIRECT_IS_HTTPS: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment