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-22 10:58:27 +02:00
defaults improved dafault variables and description 2019-05-14 11:12:45 +02:00
meta Add meta info 2019-05-17 15:57:46 +02:00
tasks improved version check 2019-05-22 10:58:27 +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 improved version check 2019-05-22 10:58:27 +02:00
.ansible-lint Update ansible version controll. 2019-05-17 15:55:28 +02:00
.travis.yml Add travis status push 2019-05-17 15:59:38 +02:00
LICENSE Initial commit 2018-11-14 17:11:39 +01:00
README.md Add link to galaxy 2019-05-17 16:00:38 +02:00

dotfiles

Build Status Ansible Galaxy

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!