/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

coryknox.dev
| | burgers.io
1.2 parsecs away

Travel
| | Using Ansible to provision a Vagrant box, even if Python isn't installed.
| | nickcharlton.net
16.9 parsecs away

Travel
| | I recently completed a project for an assignment which had a mess of dependencies. It depends upon libgit2 and pygit2, both of which are a complete pain to get working. After it blew up in my face for the third time, I realised I was being silly and should go back to using Vagrant, and along with it, the configuration management tool, Chef.
| | sgfault.com
12.9 parsecs away

Travel
| | In this blog I write about technology, programming, open source and Linux, both technically and in general. May contain traces of rant.
| | willhaley.com
18.7 parsecs away

Travel
| I have a Vagrant box where I want to SSH in as the standard vagrant user for the initial provision and deployment, but I want to use my own alternate custom user account for my dev work. I want to use vagrant for the initial deploy as that is the standard user for many vagrant machine images. Adding my own user into the image would be a pain, and would prevent me from being able to use a standard Vagrant image.