hashbangcode / vlad

Vlad - Vagrant LAMP Ansible Drupal
173 stars 53 forks source link

"defaults" that I always add to vlad_settings.yml #345

Closed dixhuit closed 8 years ago

dixhuit commented 8 years ago

I always add the following to vlad_settings.yml. I'd like to gauge opinion on whether they should become Vlad defaults or not:

# Add RSA or DSA identity from host to guest on 'vagrant up'.
use_host_id: true

# CPUs and memory to be allocated to the guest VM from the host machine
vm_cpus: "auto"
vm_memory: "auto"
zxaos commented 8 years ago

:+1: for good defaults.

dixhuit commented 8 years ago

Tweaked defaults now in dev branch.