Quick introduction to Vagrant

Vagrant is a program that enables you to create portable and reproducible development environments easily supporting many hosts and guests operating systems and various features such as synced folders, forwarded ports and support for famous provisioners such as Chef, Puppet or Ansible. If you have been using tools like Virtual Box you may think of … Read more

Vagrant tip #4 Configuring a multimachine static environment

In this tip we will see how to configure a Multimachine Fedora ennvironment with two Fedora machines bound on a static IP address. Vagrant and Multi-VM environments allow developers to model complex multi-server setups on a single development machine The IP addresses we will reserve to the Fedora Machines are the following ones: 192.168.122.10 192.168.122.20 … Read more