Explore >> Select a destination


You are here

blog.zespre.com
| | www.buildahomelab.com
7.2 parsecs away

Travel
| | How to Install Ansible with pipenv and pyenv. Pipenv gives a lot of flexibility over ansible project versioning.
| | stribny.name
12.2 parsecs away

Travel
| | [AI summary] The article explains how to use Ansible and Vagrant together to provision and configure virtual machines locally for software development and testing environments.
| | www.henryleach.com
7.9 parsecs away

Travel
| | I'm leaving a note here as I've had this problem occur a couple of times, and each time it confuses me. When I try and launch a Vagrant box with an Ansible provisioning step, or otherwise try to run an Ansible playbook I get the error: ImportError: cannot import name 'initialize_locale'. Even a simple ansible --version will trigger this error.
| | newcome.wordpress.com
42.4 parsecs away

Travel
| I wanted to spin up a Linux development environment to hack on some code that needed epoll. I could have run everything in a Docker container, but I kinda wanted to be in that environment for total hackage. I thought maybe I'd just do it in a Virtualbox instance. Then I didn't want to install...