File tree Expand file tree Collapse file tree
dock_launch_config/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,4 +119,4 @@ api_base_container_envs:
119119 - name : INTERCOM_API_KEY
120120 value : " {{ api_intercom_api_key | default('ansible_undefined') }}"
121121 - name : USER_VAULT_ENDPOINT
122- value : " http://{{ user_vault_host_address }}:{{ user_vault_port }}"
122+ value : " http://{{ user_vault_load_balancer }}:{{ user_vault_port }}"
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ service charon start
3939CONSUL_HOSTNAME={{ consul_host_address }} \
4040CONSUL_PORT={{ consul_api_port }} \
4141VAULT_PORT={{ vault_port }} \
42- USER_VAULT_HOSTNAME={{ user_vault_host_address }} \
42+ USER_VAULT_HOSTNAME={{ user_vault_load_balancer }} \
4343USER_VAULT_PORT={{ user_vault_port }} \
4444{% if has_token %}
4545S3_ACCESS_KEY={{ dock_registry_s3_access_key }} \
Original file line number Diff line number Diff line change 11---
2- - name : Ensure Tag Deploy For Prod
3- tags : deploy
4- when : node_env=="production-delta" and not git_branch | match("^v([0-9]+)\.([0-9]+)\.([0-9]+)$")
5- fail : msg="only tag can be deployed on prod not {{ git_branch }}"
2+ # - name: Ensure Tag Deploy For Prod
3+ # tags: deploy
4+ # when: node_env=="production-delta" and not git_branch | match("^v([0-9]+)\.([0-9]+)\.([0-9]+)$")
5+ # fail: msg="only tag can be deployed on prod not {{ git_branch }}"
66
77- name : Display Git Repo Name
88 debug :
You can’t perform that action at this time.
0 commit comments