Refactor to reduce config in group_vars
This commit is contained in:
18
group_vars/laptop/btrbk.yml
Normal file
18
group_vars/laptop/btrbk.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
btrbk_ssh_identity: /root/.ssh/id_ed25519
|
||||
btrbk_ssh_user: root
|
||||
btrbk_config: |
|
||||
snapshot_preserve_min 2d
|
||||
snapshot_preserve 14d
|
||||
target_preserve_min no
|
||||
target_preserve 14d 10w *m
|
||||
archive_preserve_min latest
|
||||
archive_preserve 12m 10y
|
||||
|
||||
subvolume /
|
||||
target_preserve 14d 10w 6m
|
||||
snapshot_dir /.snapshots
|
||||
target ssh://workstation/mnt/backup/laptop/root
|
||||
|
||||
volume /home
|
||||
subvolume bryan
|
||||
target ssh://workstation/mnt/backup/laptop/home
|
||||
@@ -1,19 +0,0 @@
|
||||
---
|
||||
# Home dotfile packages to deploy
|
||||
dotfiles_home_packages:
|
||||
- aichat
|
||||
- btrbk
|
||||
- env
|
||||
- git
|
||||
- nautilus
|
||||
- ssh
|
||||
- tmux
|
||||
- vim
|
||||
- x2go
|
||||
- zsh
|
||||
|
||||
# Root dotfile packages to deploy
|
||||
dotfiles_root_packages:
|
||||
- dnf
|
||||
- sysconfig
|
||||
- keyd
|
||||
@@ -1,3 +0,0 @@
|
||||
---
|
||||
services_system_enabled_group:
|
||||
- keyd
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
|
||||
dnf_add_copr_group:
|
||||
- alternateved/keyd
|
||||
|
||||
dnf_install_group:
|
||||
- keyd
|
||||
Reference in New Issue
Block a user