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 c2cec93a06
Manage and
2019-09-26 15:17:01 +02:00
.github Update Founding info 2019-06-27 15:42:04 +02:00
defaults Manage and 2019-09-26 15:17:01 +02:00
meta Update meta information 2019-06-11 13:32:22 +02:00
tasks Manage and 2019-09-26 15:17:01 +02:00
templates Manage and 2019-09-26 15:17:01 +02:00
travis Test new test 2019-02-01 14:49:10 +01:00
vars Manage and 2019-09-26 15:17:01 +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!