We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bc1884 + b3dee55 commit 02aa5b8Copy full SHA for 02aa5b8
2 files changed
ansible/group_vars/alpha-charon.yml
@@ -17,3 +17,5 @@ enviroment_vars:
17
consul_values:
18
- key: "{{ name }}/version"
19
value: "{{ git_branch }}"
20
+ - key: api/url
21
+ value: "{{ api_url }}"
ansible/group_vars/alpha-consul.yml
@@ -44,3 +44,5 @@ consul_seed:
44
value: "{{ node_env }}"
45
- key: api/hostname
46
value: "{{ api_hostname }}"
47
48
0 commit comments