No description
Find a file
2018-04-18 23:46:08 +02:00
roles Update doku wiki version to fix symlink issue 2018-04-18 23:46:08 +02:00
.gitignore Add emby and gitlab 2017-12-30 05:28:32 +01:00
playbook.yml Added sonarr, radarr, headphones and jackett 2018-03-01 02:53:13 +01:00
production Add wiki 2017-12-29 03:09:04 +01:00
README.md Add nginx-proxy and searx roles 2017-12-20 08:25:45 +01:00
staging Split into roles and add parameters 2017-12-08 01:45:42 +01:00
Vagrantfile Add wiki 2017-12-29 03:09:04 +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 exists it's best to do a vagrant destroy first
ansible-playbook -i staging playbook.yml -e "backup_folder=${REPO_FOLDER}"