forked from kalos/ansible-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvars.yml
25 lines (23 loc) · 831 Bytes
/
vars.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
user: kalos
user_home: /home/$user
dotfiles_dir: /home/kalos/projects/configs
# repos
repo_omz_custom: [email protected]:kalos/zsh-omz-config.git
repo_emacs: [email protected]:kalos/emacs-config.git
repo_vim: [email protected]:kalos/vim-config.git
repo_git: [email protected]:kalos/git-config.git
repo_i3: [email protected]:kalos/i3-config.git
repo_desktop: [email protected]:kalos/desktop-config.git
repo_ruby: [email protected]:kalos/ruby-config.git
repo_scripts: [email protected]:kalos/scripts.git
# backup
backup_path: /home/kalos/Private/backup
backup_list: $backup_path/backup.list
backup_script: $backup_path/backup.sh
backup_script_ext: $backup_path/backup-remote.sh
# USB
backup_dest_usb: file:///media/minibig/backup/home
# remote server
backup_server_ext: kodame1.libreit.net
backup_dest_ext: rsync://$backup_server_ext//srv/backup/jiji