Repository URL to install this package:
|
Version:
1.0.0b1 ▾
|
---
# defaults file for dotfiles
dotfiles_folder: "{{ ansible_env.HOME }}/dotfiles" # the folder to process
dotfiles_no_stow: false
dotfiles_unstow: false # unstow dotfiles, instead of install, this also prevents any packages to be installed
dotfiles_packages: [] # additional package to install
dotfiles_ignore_install_errors: true # whether to ignore errors when installing packages
dotfiles_stow_target: "{{ ansible_env.HOME }}" # the base folder to 'stow' config directories into
dotfiles_skip_extra_packages: false # whether to skip the install of the extra packages
dotfiles_skip_folder_packages: false # whether to skip the install of packages calculated from folder names
dotfiles_default_stow_target_dir: "{{ ansible_env.HOME }}" # the default stow base target
dotfiles_stow_delete_conflicts: false # whether to delete stow conflicts by default
dotfiles_pkg_mgr_for_stow: auto # the pkg_mgr to use to instasll stow
dotfile_folder_package_overlay: {} # optional, makes it possible to have more detailed control over folder package install process (e.g. ignore some packages, select certain pkg_mgrs for others...)
# dotfiles_folder_files: # optional, to avoid having to look up files again
#dotfiles_no_folder_install: false
#dotfiles_no_package_install: false
#dotfiles_extra_pkg_mgrs: []
#
#dotfiles_no_stow: false
#dotfiles_stow_method: 'stow' # not used at the moment
#dotfiles_stow_delete_conflicts: false
#dotfiles_stow_become: true