There are 4 articles tagged as "vagrant"

Issues with Vagrant after upgrading to Fedora 25

on December 24, 2016. in Development, Software. A 2 minute read.

Fedora 25 was released over a month ago, so I decided it was time to upgrade from 24.

Configure Fedora's firewall for Vagrant

on December 09, 2016. in Development, Software. A 2 minute read.

This one’s been in my drafts for a long time, might as well publish it.

Installing Python2 with Ansible

on June 29, 2016. in Development, Software. A 1 minute read.

Ansible uses Python2 to run the provisioning commands on the host machines. At this time it does not support Python3, which is the default python version in Fedora releases for quite some time now.

Continue reading Installing Python2 with Ansible...

Lately I’ve been playing around with provisioning a PostgreSQL server with Ansible in a local Vagrant machine that runs a Fedora 23 image.