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/vars/main.yml

13 lines
661 B
YAML
Raw Normal View History

2019-05-14 11:18:24 +02:00
# some bash variables
bash:
bashrc: ''
keychain: 'eval $(keychain --eval --quiet id_ed25519)'
nextcloud: false
nm: false
pwgen: true
shell: "/bin/bash"
keyboard: '$(if [[ $(id -u) -ne 0 ]];then echo "\[\033[01;33m\]"; else echo "\[\033[01;31m\]"; fi) $(if [[ $? == 0 ]]; then printf "\xE2\x9D\xA4"; fi) \[\033[01;32m\]\u\[\033[01;36m\]@\[\033[01;32m\]\H\[\033[01;34m\] <\A> \[\033[01;35m\] \j \[\033[01;36m\] \w \[\033[01;33m\]\n\[\033[01;33m\] $(git branch 2>/dev/null | sed -n "s/* \(.*\)/\1 /p")$\[\033[01;00m\] '
2020-06-03 20:50:10 +02:00
playbook_version_number: 2052 # should be over ninethousand
playbook_version_path: 'role_dotfiles_chaos-bodensee_github.version'