Guest User

Untitled

a guest
Jun 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. ### Get list of node ip's from consul
  2. curl consul:8500/v1/catalog/nodes | jq -r ' .[] | select(.Node | contains("services")) | .TaggedAddresses.lan'
Add Comment
Please, Sign In to add comment