ITOPSENG-277 handle updating base_url

This commit is contained in:
Brett Meehan
2019-11-28 14:35:41 +11:00
parent 49066285a8
commit c3fd34b134
4 changed files with 20 additions and 5 deletions

View File

@@ -10,6 +10,8 @@ ENV_FILE=${4:-"/etc/atl"}
export PATH=/usr/local/bin:$PATH
# get /etc/atl into usable vars which can be included in ansible playbooks
grep -v PASSWORD /etc/atl | sed -r -e 's/(^.+)(=)(.*$)/\L\1:\ \3/g' > /etc/atl_vars.yml
# Set the environment with default exports
set -a