mg
b435a3dceb
testvar docker branch branch docker branch dotfiles Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#164 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
11 lines
535 B
YAML
11 lines
535 B
YAML
---
|
|
dotfiles_repo_url: https://git.mgrote.net/mg/dotfiles # url zum repo
|
|
dotfiles_repo_path: /home/mg/dotfiles # wo soll das repo lokal gespeichert werden
|
|
dotfiles_repo_branch: master #default branch for checking out
|
|
dotfiles_files: # welche dateien sollen wohin verlinkt werden (ln -s)
|
|
- repo_path: "{{ dotfiles_repo_path}}/.vimrc"
|
|
local_path: "/home/mg/.vimrc"
|
|
dotfiles_dirs: # welche ordner sollen erstellt werden
|
|
- path: /home/mg/.config/i3
|
|
- path: /home/mg/.config/polybar
|
|
dotfiles_owner: mg # chown
|