mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
first running vagrant-ansible version
This commit is contained in:
2
data/vagrant/Vagrantfile
vendored
2
data/vagrant/Vagrantfile
vendored
@@ -59,6 +59,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
# information on available options.
|
||||
config.vm.provision "ansible" do |ansible|
|
||||
ansible.playbook = "ansible_golang_release.yml"
|
||||
ansible.verbose = "vvvv"
|
||||
#ansible.verbose = "vvvv"
|
||||
end
|
||||
end
|
||||
|
||||
@@ -64,8 +64,5 @@
|
||||
- name: copy bashrc
|
||||
copy: src=bashrc dest=~/.bashrc
|
||||
|
||||
- name: echo
|
||||
command: echo $GOROOT; echo $GOPATH
|
||||
|
||||
- name: get cgrates
|
||||
shell: ~/go/bin/go get -u -v github.com/cgrates/cgrates
|
||||
shell: GOROOT=~/go GOPATH=~/go_home ~/go/bin/go get -u -v github.com/cgrates/cgrates
|
||||
|
||||
@@ -110,6 +110,6 @@ if ! shopt -oq posix; then
|
||||
fi
|
||||
|
||||
export GOROOT=$HOME/go
|
||||
export GOPATH=$HOME/gopath
|
||||
export GOPATH=$HOME/go_home
|
||||
|
||||
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
||||
|
||||
Reference in New Issue
Block a user