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 to deploy some dotfiles
Find a file
2019-02-01 15:27:32 +01:00
defaults Continue testing 2019-02-01 14:59:07 +01:00
tasks Continue testing 2019-02-01 14:59:07 +01:00
templates Change variable style 2019-01-19 00:15:14 +01:00
travis Test new test 2019-02-01 14:49:10 +01:00
.travis.yml Test new test 2019-02-01 14:49:10 +01:00
LICENSE Initial commit 2018-11-14 17:11:39 +01:00
README.md Add travis check to playbook 2019-02-01 15:27:32 +01:00

dotfiles

Travis 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!