5 lines
176 B
Plaintext
5 lines
176 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
BIND_ADDRESS=$(ifconfig {{ consul.mcn01_internal_ethname }} | grep inet | head -1 |awk '{print $2}')
|
||
|
|
systemctl set-environment CONSUL_BIND_ADDRESS=${BIND_ADDRESS}
|