Vagrantfile: Add surveil bash completion
Change-Id: I1f294cdfca0fb718047911eec4eb44fabbdead73
This commit is contained in:
parent
453ede8a17
commit
0da1077d51
1
contrib/Vagrantfile
vendored
1
contrib/Vagrantfile
vendored
@ -22,6 +22,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
config.vm.provision :shell, :inline => "sleep 10"
|
||||
config.vm.provision :shell, :inline => "surveil-init --influxdb"
|
||||
config.vm.provision :shell, :inline => "surveil-webui-init -H localhost -U root -P root -p 8086 -g 'http://localhost:3000/grafana'"
|
||||
config.vm.provision :shell, :inline => "echo 'source /etc/bash_completion.d/surveil' >> /home/vagrant/.bashrc"
|
||||
|
||||
# Show IP
|
||||
config.vm.provision :shell, :inline => "ip addr | grep 'inet 192.168.'"
|
||||
|
Loading…
x
Reference in New Issue
Block a user