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-07-01 14:52:09 +02:00
.github Update Founding info 2019-06-27 15:42:04 +02:00
defaults Andible update accounts variable 2019-06-11 13:34:56 +02:00
meta Update meta information 2019-06-11 13:32:22 +02:00
tasks add bashrc to root 2019-07-01 14:52:09 +02:00
templates confiure ranger 2019-06-07 17:21:23 +02:00
travis Test new test 2019-02-01 14:49:10 +01:00
vars add bashrc to root 2019-07-01 14:52:09 +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 Update LICENSE Information 2019-06-07 11:44:00 +02:00
README.md Update meta information 2019-06-11 13:32:22 +02:00

dotfiles

Build Status

Get it directly from Ansible Galaxy

$ ansible-galaxy install do1jlr.dotfiles

Function of this role

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!