ref(playbook): Change to role-based structure
This commit is contained in:
parent
95fd68bed8
commit
b3b280fbe4
39 changed files with 635 additions and 601 deletions
7
roles/backup/files/snapper-snap-script
Executable file
7
roles/backup/files/snapper-snap-script
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
CONFIG="${SNAP_CONFIG:-root}"
|
||||
|
||||
echo RUNNING: snapper --config="$CONFIG" --quiet create --description="${*//sudo /}" --cleanup-algorithm="number"
|
||||
|
||||
"$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue