We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d8972a commit b4e272dCopy full SHA for b4e272d
1 file changed
ansible/group_vars/alpha-consul-values.yml
@@ -6,4 +6,4 @@ container_tag: latest
6
advance_arg: true
7
8
container_run_args: >
9
- {% for item in consul_seed %} curl -X PUT http://consul:8500/v1/kv/{{ item.key }} --data {{ item.value }} && {% endfor %} echo Finished
+ {% for item in consul_seed %} curl -X PUT http://{{ consul_url }}:8500/v1/kv/{{ item.key }} --data {{ item.value }} && {% endfor %} echo Finished
0 commit comments