This project details the processes involved in setting up our self-managed infrastructure.
It is implemented via Ansible.
To set up the server just run:
ansible-playbook playbooks/setup.yaml --diff --check # to verify what would be changed
ansible-playbook playbooks/setup.yaml # to apply the changes