georchestra / ansible

Ansible playbooks to deploy a fullblown geOrchestra instance
ISC License
16 stars 12 forks source link

keyboard layout #34

Open fvanderbiest opened 8 years ago

fvanderbiest commented 8 years ago

When exporting and importing the vagrant-generated VM in another environment, we noticed that the keyboard layout is qwerty by default. This can be annoying...

We've had to change the XKBLAYOUT="us" line in /etc/default/keyboard.

Should we change the vagrantfile to take this into account or should this be taken care of by the ansible recipe ? Option 1 seems fine to me.

landryb commented 8 years ago

Depends who you target. I use qwerty everywhere :) if you can get access to the host kbd layout in the Vagrant config and propagate that to the guest when creating the VM, fine, otherwise...