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
Lilian Roller 4d77497856
MOAR
2019-03-15 11:17:38 +01:00
defaults MOAR 2019-03-15 11:17:38 +01:00
tasks improve optional keychain handling 2019-03-08 11:33:28 +01:00
templates MOAR 2019-03-15 11:17:38 +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 enable non-admin users 2019-03-03 23:09:48 +01:00

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

# list of non-admins:
user:
  - ottojo

Optional config:

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

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