Upgrade all packages on nodes

This commit is contained in:
Łukasz Oleś 2015-07-24 08:33:07 +00:00
parent a18c4d7d25
commit 60f09ecabf

2
Vagrantfile vendored
View File

@ -14,6 +14,8 @@ SCRIPT
slave_script = <<SCRIPT
apt-get update
apt-get upgrade
apt-get dist-upgrade
apt-get -y install python-pip python-dev
pip install ansible
ansible-playbook -i "localhost," -c local /vagrant/main.yml /vagrant/docker.yml /vagrant/slave.yml /vagrant/slave_cinder.yml