conjurdemos / cdemo

A tour of Conjur including LDAP sync, scalable machine identity, policy-based mgmt, ssh key mgmt and Splunk integration.
21 stars 18 forks source link

Adds (optional) Vagrantfile #52

Closed ryanprior closed 6 years ago

ryanprior commented 6 years ago

The Vagrantfile follows the instructions and specifications set out in the README, allowing the operator to get up and running quickly if they already have Vagrant and VirtualBox installed.

ryanprior commented 6 years ago

It doesn't have to be /opt/cdemo, it could be anywhere. Do you have a preferred location where the files should be mounted?

CaptainFluffyToes commented 6 years ago

It looked like the vargrant file is looking for a specific directory to run installansible (https://github.com/conjurdemos/cdemo/pull/52/files/74fa0935729452528a25004a48595b44bd9758fc#diff-23b6f443c01ea2efcb4f36eedfea9089R15) Is there any way to account for that in case the directory is cloned elsewhere? We could keep this as a "hidden" feature for sure if that's it's main purpose.

ryanprior commented 6 years ago

@CaptainFluffyToes this line specifies that the directory should be mounted at that particular location: https://github.com/conjurdemos/cdemo/pull/52/files/74fa0935729452528a25004a48595b44bd9758fc#diff-23b6f443c01ea2efcb4f36eedfea9089R13

This should ensure the files can be found at the proper location within the VM, wherever the directory may be cloned on the host.