No description
Find a file
2018-04-25 18:01:31 +02:00
roles Replace nginx reverse proxy by traefik 2018-04-25 17:22:33 +02:00
.gitignore Add ansible vault for passwords 2018-04-25 18:01:31 +02:00
passwords.yml Add ansible vault for passwords 2018-04-25 18:01:31 +02:00
playbook.yml Replace nginx reverse proxy by traefik 2018-04-25 17:22:33 +02: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}"