Skip to content

Commit

Permalink
roles/consul: server: reuse client_bind_ip var for server bind
Browse files Browse the repository at this point in the history
Needs a rename.

Signed-off-by: John Helmert III <[email protected]>
  • Loading branch information
ajakk committed Dec 4, 2023
1 parent d4aa8c8 commit d75747a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roles/consul/tasks/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
- -server
- -data-dir=/consul/data
- -bootstrap-expect=1
- "-bind={{ ansible_wg0.ipv4.address }}"
- "-client={{ ansible_wg0.ipv4.address }}"
- "-bind={{ consul_client_bind_ip }}"
volumes:
- consul:/consul/data

0 comments on commit d75747a

Please sign in to comment.