Ansible playbooks, terraform templates, and other infrastructure-as-code developed for investigations at Forensic Architecture
The main dependencies at this time are Python, Ansible, and Terraform.
Install Python and pip3 then use Pip to set up your Python local environment:
pip install virtualenv
virtualenv forensic-devops
source forensic-devops/bin/activate
With Python and pip installed run:
pip install ansible
Installation instructions can be found in provision/README.md.
For more info see provision/README.md.
A set of ansible playbooks to deploy new instances of Timemap, along with a fully configured Datasheet Server backend, to a cloud instance. For more info see deploy_timemap/README.md
We recommend using the s3cmd tool to sync to spaces programmatically. A list of useful commands can be found here.