mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Split into roles and add parameters
This commit is contained in:
parent
13b5d45998
commit
7d8e261f6d
19 changed files with 93 additions and 37 deletions
16
README.md
Normal file
16
README.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
How-tos
|
||||
=======
|
||||
Some tips on how to use this repo.
|
||||
|
||||
Mount last backup
|
||||
-----------------
|
||||
```bash
|
||||
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'
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue