From b32b1e11653bb00e9c852fd5aba94d7b138b3b84 Mon Sep 17 00:00:00 2001 From: Chip Warden Date: Wed, 10 Jun 2015 16:30:20 -0500 Subject: [PATCH] Added vim-nox, htop, and changed VM RAM to 512MB. --- Vagrantfile | 2 +- ansible/roles/base/tasks/main.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 724d483..27bd942 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -25,7 +25,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| pythonkcdotdev.vm.provider "virtualbox" do |vb| vb.name = "pythonkcdotdev" - vb.memory = 1024 + vb.memory = 512 vb.cpus = 2 vb.customize ["modifyvm", :id, "--cpuexecutioncap", "80"] end diff --git a/ansible/roles/base/tasks/main.yml b/ansible/roles/base/tasks/main.yml index 8de92e2..8f17219 100644 --- a/ansible/roles/base/tasks/main.yml +++ b/ansible/roles/base/tasks/main.yml @@ -12,6 +12,8 @@ - python3-dev - python3-pip - python3-software-properties + - vim-nox + - htop # What else should go in here? # vim + vim configuration for python?