代码拉取完成,页面将自动刷新
#!/usr/bin/env bash
if [[ $3 ]]; then
export VM_BOX=$3
echo Seleted distro is ${VM_BOX}
fi
if [[ $2 == +([0-9]) ]]; then
export ELK_INSTANCES=$2
echo ${ELK_INSTANCES} virtual machine\(s\) will be boot up.
fi
function create() {
vagrant up --provision --install-provider
ansible-playbook play-all.yml
# if [[ $? == 0 ]]; then
# vagrant reload --provision
# fi
}
case $1 in
up )
create
;;
rebuild )
vagrant destroy -f
create
;;
destroy )
vagrant destroy -f
;;
* )
echo "
Usage:
$0 up - Bootstrap virtual machines.
$0 rebuild - Destroy and bootstrap again.
$0 destroy - Shutdown and destroy all machines.
"
esac
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。