project-quicksilver icon indicating copy to clipboard operation
project-quicksilver copied to clipboard

Single-command High-Performance Drupal/LEMP Deployment

Results 6 project-quicksilver issues
Sort by recently updated
recently updated
newest added

It looks like the Vagrant's ansible plugin has changed and ansible.hosts no longer works (using Vagrant 1.3.5). Using ansible.inventory_path appears to be the way it's done now, and I've added...

The documents instruct you to include this in your .profile or .zshrc: ``` ssh-add ~/.ssh/insecure_private_key &>/dev/null ``` However, it does not instruct you on where to find the `insecure_private_key`. Without...

This has the makings of a good and useful project. Thank you for sharing. I cloned the git repo on my machine and have started trying to get it working....

Trying to get over the ssh issues that I thought may have been related to Vagrant, I tried running the playbook alone on a Ubuntu Server 12,04 droplet at DigitalOcean....