This repository contains instructions, scripts and resources required to recreate my personal computing environment.
Inspired by https://github.com/ai/environment.
Install git hooks:
git config --local core.hooksPath .githooks/
Install required packages:
sudo dnf install vagrant vagrant-libvirt libvirt qemu
sudo pip install molecule molecule-vagrant python-vagrant yamllint ansible-lint
Run tests:
molecule test