Merge pull request #142 from flamingspaz/quorum2
Use correct var for AWS env tag
This commit is contained in:
Коммит
eed7fef4c0
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
# vars file for master
|
||||
quorum: "{{ 2 if ec2_tag_environment == 'production' else 1 }}"
|
||||
quorum: "{{ 2 if ec2_tag_env == 'production' else 1 }}"
|
||||
task_launch_timeout: 300000
|
||||
gopath: '/usr/share/go'
|
||||
marathon_event_subscriber: 'http_callback'
|
||||
|
|
Загрузка…
Ссылка в новой задаче