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?