Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 376 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 376 Bytes

Matrix Config

Configuration files for the matrix.

Requirements

These are all ansible scripts and can be run on any server with SSH.

pip install ansible

For testing we use vagrant to spin up a virtual machine.

apt get install vagrant
cd testing && vagrant up

If you make changes to the ansible scripts you can run vagrant provision to deploy changes.