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

16 lines
529 B
YAML
Raw Normal View History

2018-11-15 15:04:18 +01:00
---
# should we install keychain for improved ssh-add support?
# It is recomended for desctop users but completly useless for server installations...
2019-03-08 11:33:28 +01:00
install_keychain: False
2018-11-15 15:04:18 +01:00
# allow additional entys in the local .basrc file
2019-03-15 11:17:38 +01:00
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...
2019-04-30 09:42:37 +02:00
allow_own_root_bashrc: true
# enable version check for this role
# (highly recomended for stupid users)
submodules_versioncheck: true