File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 name={{ dock }}
1010 groups=dock
1111
12- - include : image-builder.yml git_branch="v4.4 .0"
12+ - include : image-builder.yml git_branch="v4.5 .0"
1313
1414- hosts : " {{ dock }}"
1515 tasks :
2525 - { role: install-ssm }
2626 - { role: dock-images }
2727
28- - include : charon.yml git_branch="v5.0.1 "
29- - include : dock-init.yml git_branch="v10.1.2 "
28+ - include : charon.yml git_branch="v5.0.3 "
29+ - include : dock-init.yml git_branch="v10.1.4 "
3030- include : krain.yml git_branch="v0.3.1"
Original file line number Diff line number Diff line change @@ -138,6 +138,9 @@ localhost
138138[kartographer]
139139localhost
140140
141+ [user-local]
142+ localhost
143+
141144[navi-port-router]
142145gamma-userland
143146
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 2222 mode="0400"
2323 with_items :
2424 - { file_name: 'auth-token', value: "{{ vault_auth_token }}" }
25+ - { file_name: 'user-vault-auth-token', value: "{{ dock_vault_user_creation_access_token }}" }
2526 - { file_name: 'token-01', value: "{{ vault_token_01 }}" }
2627 - { file_name: 'token-02', value: "{{ vault_token_02 }}" }
2728 - { file_name: 'token-03', value: "{{ vault_token_03 }}" }
Original file line number Diff line number Diff line change 4343 set_fact :
4444 vault_tokens :
4545 - { file_name: 'auth-token', value: "{{ vault_auth_token }}" }
46+ - { file_name: 'user-vault-auth-token', value: "{{ dock_vault_user_creation_access_token }}" }
4647 - { file_name: 'token-01', value: "{{ vault_token_01 }}" }
4748 - { file_name: 'token-02', value: "{{ vault_token_02 }}" }
4849 - { file_name: 'token-03', value: "{{ vault_token_03 }}" }
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ service charon start
3939CONSUL_HOSTNAME={{ consul_host_address }} \
4040CONSUL_PORT={{ consul_api_port }} \
4141VAULT_PORT={{ vault_port }} \
42+ USER_VAULT_HOSTNAME={{ user_vault_load_balancer }} \
43+ USER_VAULT_PORT={{ user_vault_port }} \
4244{% if has_token %}
4345S3_ACCESS_KEY={{ dock_registry_s3_access_key }} \
4446S3_SECRET_KEY={{ dock_registry_s3_secret_key }} \
You can’t perform that action at this time.
0 commit comments