Vagrant based lab for quick testing of the new ideas on different Linux distributions.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
This lab require couple things to run. I made some assumptions here, and because of that I won't describe whole installation of components required to run this lab. Below I placed list of required software:
- VirtualBox
- Vagrant
- Ansible
- Git
If You want, You can adjust Vagrant file to use different hypevisior like i.e. KVM or any other supported.
Installation is simple as clone project from GitHub and then run command:
vagrant up
Automated test hadn't been included to this project.
Deployment had been described in installing section.
-
VirtualBox - Open-source hypervisor for x86 computers.
-
Vagrant - Software for building and maintaining portable virtual software development environments.
-
Ansible - Software that automates software provisioning, configuration management,and application deployment.
-
kamikazestar.AnsibleRoleOsLinuxUpgrade - Role required to upgrade operating systems.
-
Git - Version control system.
I'm using standard GitHub workflow. For the versions available, see the tags on this repository.
- Marcin Slabonski - Initial work - kamikazestar
This project is licensed under the MIT License - see the LICENSE file for details.