Ansible role for installing Hashicorp Vault.
This is very basic right now, and only configures a simple file storage backend.
To test, use the Vagrantfile in the tests folder.
cd tests
vagrant up --provision
vagrant ssh
export VAULT_ADDR=http://192.168.50.4:8200
vault status