Commit aeb27cd7 by Brian Beggs Committed by GitHub

Merge pull request #3845 from edx/bbeggs/TE-1978

Add new Alton variables 
parents a8d2c5a5 6ed44615
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# #
## ##
# Defaults for role alton # Defaults for role alton
# #
# #
# vars are namespace with the module name. # vars are namespace with the module name.
...@@ -82,7 +82,10 @@ alton_environment: ...@@ -82,7 +82,10 @@ alton_environment:
WILL_ADMIN_USERS: "{{','.join(ALTON_ADMIN_USERS) }}" WILL_ADMIN_USERS: "{{','.join(ALTON_ADMIN_USERS) }}"
WILL_TWOFACTOR_SECRET: "{{ ALTON_TWOFACTOR_SECRET }}" WILL_TWOFACTOR_SECRET: "{{ ALTON_TWOFACTOR_SECRET }}"
WILL_NOTIFY_CALLBACK_URL: "{{ ALTON_NOTIFY_CALLBACK_URL }}" WILL_NOTIFY_CALLBACK_URL: "{{ ALTON_NOTIFY_CALLBACK_URL }}"
WILL_PIPELINE_BUCKET_NAME: " {{ ALTON_PIPELINE_BUCKET_NAME }}"
WILL_GOCD_USERNAME: "{{ ALTON_GOCD_USERNAME }}"
WILL_GOCD_PASSWORD: "{{ ALTON_GOCD_PASSWORD }}"
WILL_GOCD_SERVER_URL: "{{ ALTON_GOCD_SERVER_URL }}"
# #
# OS packages # OS packages
......
...@@ -147,7 +147,7 @@ supervised no ...@@ -147,7 +147,7 @@ supervised no
# #
# Creating a pid file is best effort: if Redis is not able to create it # Creating a pid file is best effort: if Redis is not able to create it
# nothing bad happens, the server will start and run normally. # nothing bad happens, the server will start and run normally.
pidfile /var/run/redis/redis-server.pid pidfile /var/run/redis/redis.pid
# Specify the server verbosity level. # Specify the server verbosity level.
# This can be one of: # This can be one of:
......
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