This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2020-05-08 18:19:47 +08:00

5 lines
176 B
Django/Jinja
Executable File

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