11 lines
266 B
YAML
11 lines
266 B
YAML
# defaults/main.yml
|
|
|
|
# URL of the dotfiles repository
|
|
dotfiles_repo_url: "https://gitea.thegolem.cz/dan/dotfiles.git"
|
|
|
|
# Directory to clone the repository
|
|
dotfiles_clone_dir: "{{ ansible_env.HOME }}/.dotfiles"
|
|
|
|
# Dotbot bootstrap command
|
|
dotbot_command: "./install"
|