Add nginx-proxy and searx roles

This commit is contained in:
Paul-Henri Froidmont 2017-12-20 08:25:45 +01:00
parent 7d8e261f6d
commit 2bf0228e9b
15 changed files with 102 additions and 11 deletions

View file

@ -5,12 +5,12 @@ Some tips on how to use this repo.
Mount last backup
-----------------
```bash
borg mount --info --foreground $REPO_FOLDER $MOUNT_POINT --last 1
borg mount --info --foreground ${REPO_FOLDER} ${MOUNT_POINT} --last 1
```
Create a full installation of the services inside a VM
------------------------------------------------------
```bash
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'
```
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}"
```