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-05-17 15:10:50 +02:00
defaults improved dafault variables and description 2019-05-14 11:12:45 +02:00
tasks Update for lint fixes and deprecation 2019-05-17 15:10:50 +02:00
templates switch tabs with shortcuts 2019-04-11 19:30:37 +00:00
travis Test new test 2019-02-01 14:49:10 +01:00
vars implement version control 2019-05-14 11:18:24 +02: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 Improved understanding of this playbook 2019-05-14 11:17:00 +02: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:
accounts:
  - ottojo

Optional config:

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

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