1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Merge pull request #940 from holta/iiab-install-output

Clarify ./iiab-install output, showing caller/command's params too
This commit is contained in:
A Holt 2018-07-20 19:18:38 -04:00 committed by GitHub
commit 90abbdffa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ MIN_ANSIBLE_VER=2.5.6
export ANSIBLE_LOG_PATH="$CWD/iiab-install.log"
echo -e "\n\n./iiab-install BEGUN IN $CWD\n"
echo -e "\n\n./iiab-install $* BEGUN IN $CWD\n"
if [ ! -f /etc/ansible/facts.d/local_facts.fact ]; then
mkdir -p /etc/ansible/facts.d
@ -145,4 +145,4 @@ echo -e "\nRunning local playbooks....Stage 0 will now run....followed by Stages
ansible -m setup -i $INVENTORY localhost --connection=local >> /dev/null
ansible-playbook -i $INVENTORY $PLAYBOOK ${ARGS} --connection=local
echo -e "./iiab-install COMPLETED IN $CWD\n\n"
echo -e "./iiab-install $* COMPLETED IN $CWD\n\n"