Commit 3fd71850 by Brian Beggs

Add new will varialbes for pipeline pausing

parent ffea894a
......@@ -82,7 +82,10 @@ alton_environment:
WILL_ADMIN_USERS: "{{','.join(ALTON_ADMIN_USERS) }}"
WILL_TWOFACTOR_SECRET: "{{ ALTON_TWOFACTOR_SECRET }}"
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
......
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