1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_dotfiles.git synced 2024-08-16 16:09:49 +02:00
ansible_role_dotfiles/defaults/main.yml
Lilian Roller c2cec93a06
Manage and
2019-09-26 15:17:01 +02:00

31 lines
848 B
YAML

---
# should we install keychain for improved ssh-add support?
# It is recomended for desctop users but completly useless for server installations...
install_keychain: False
# allow additional entys in the local .basrc file
extra_bashrc: ''
# if set to False the .bashrc of the root user will be deleted.
# all that he really need are some parametes of the global /etc/bash.bashrc file...
allow_own_root_bashrc: true
# enable version check for this role
# (highly recomended for stupid users)
submodules_versioncheck: true
# show hidden files in ranger
ranger_hidden_files: true
# affected user accounts
accounts:
- "{{ ansible_user_id }}"
# some additional aliases
git_pull_alias: false
git_typo_alias: true
# default editor/visual
install_editor: true
dotfiles_default_editor: '/usr/bin/vim'
dotfiles_default_visual: '/usr/bin/gedit'