No description
Find a file
2017-12-08 01:45:42 +01:00
roles Split into roles and add parameters 2017-12-08 01:45:42 +01:00
.gitignore Split into roles and add parameters 2017-12-08 01:45:42 +01:00
playbook.yml Split into roles and add parameters 2017-12-08 01:45:42 +01:00
production Split into roles and add parameters 2017-12-08 01:45:42 +01:00
README.md Split into roles and add parameters 2017-12-08 01:45:42 +01:00
staging Split into roles and add parameters 2017-12-08 01:45:42 +01:00
Vagrantfile Split into roles and add parameters 2017-12-08 01:45:42 +01:00

How-tos

Some tips on how to use this repo.

Mount last backup

borg mount --info --foreground $REPO_FOLDER $MOUNT_POINT --last 1

Create a full installation of the services inside a VM

vagrant up #if your VM already exist it's best to do a vagrant destroy first
ansible-playbook -i staging playbook.yml -e 'backup_folder=$REPO_FOLDER'