Merge pull request #34 from xarses/fix-dev-env-configuration
Fix dev env configuration
This commit is contained in:
commit
cd8ed80c87
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@ -15,9 +15,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
|
||||
config.vm.box = "deb/jessie-amd64"
|
||||
|
||||
config.vm.provision "shell", inline: init_script, privileged: true
|
||||
|
||||
config.vm.define "solar-dev", primary: true do |guest1|
|
||||
guest1.vm.provision "shell", inline: init_script, privileged: true
|
||||
guest1.vm.provision "file", source: "~/.vagrant.d/insecure_private_key", destination: "/vagrant/tmp/keys/ssh_private"
|
||||
guest1.vm.network "private_network", ip: "10.0.0.2"
|
||||
guest1.vm.host_name = "solar-dev"
|
||||
|
@ -6,4 +6,3 @@
|
||||
register: docker_version
|
||||
- shell: curl -sSL https://get.docker.com/ | sudo sh
|
||||
when: docker_version | failed
|
||||
- shell: docker pull debian:jessie
|
||||
|
Loading…
Reference in New Issue
Block a user