Bring back init script for slaves

This commit is contained in:
Przemyslaw Kaminski 2015-05-29 17:32:59 +02:00
parent e0cf68a9f6
commit aa110e9e86
2 changed files with 3 additions and 2 deletions

1
Vagrantfile vendored
View File

@ -33,6 +33,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
index = i + 1
ip_index = i + 2
config.vm.define "solar-dev#{index}" do |config|
config.vm.provision "shell", inline: init_script, privileged: true
config.vm.network "private_network", ip: "10.0.0.#{ip_index}"
config.vm.host_name = "solar-dev#{index}"

View File

@ -7,8 +7,8 @@
- apt: name=vim state=present
- apt: name=tmux state=present
- apt: name=htop state=present
- apt: name=python-virtualenv state=present
- apt: name=virtualenvwrapper state=present
#- apt: name=python-virtualenv state=present
#- apt: name=virtualenvwrapper state=present
- apt: name=ipython state=present
- apt: name=python-pudb state=present
- apt: name=python-pip state=present