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/README.md
2019-02-01 16:20:28 +01:00

533 B

dotfiles

Build Status

Ansible role to deploy some dotfiles which may be useful

Affected files:

/etc/bash.bashrc
~/.bashrc
~/.vimrc

needed vars:

# list all admins
admins:
  - l3d

Optional config:

# optional .bashrc commands
bash:
  bashrc: 'alias l="ls -all"'

Please have a look into defaults/main.yml for more configuration options!