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
2019-05-14 11:12:45 +02:00

15 lines
529 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