2018-11-18 23:46:40 +01:00
|
|
|
dotfiles
|
|
|
|
==========
|
2019-05-14 11:17:00 +02:00
|
|
|
[![Build Status](https://travis-ci.org/chaos-bodensee/role_dotfiles.svg?branch=master)](https://travis-ci.org/chaos-bodensee/role_dotfiles)
|
2019-05-17 16:00:38 +02:00
|
|
|
[Ansible Galaxy](https://galaxy.ansible.com/do1jlr/role_dotfiles)
|
2019-02-01 15:27:32 +01:00
|
|
|
|
2018-11-18 23:46:40 +01:00
|
|
|
Ansible role to deploy some dotfiles which may be useful
|
2018-11-18 00:05:07 +01:00
|
|
|
|
|
|
|
Affected files:
|
|
|
|
```ini
|
|
|
|
/etc/bash.bashrc
|
2019-01-10 13:32:49 +01:00
|
|
|
~/.bashrc
|
|
|
|
~/.vimrc
|
2018-11-18 00:05:07 +01:00
|
|
|
```
|
2018-11-18 23:46:40 +01:00
|
|
|
needed vars:
|
|
|
|
---------------
|
2018-11-18 00:05:07 +01:00
|
|
|
```ini
|
2018-11-18 23:46:40 +01:00
|
|
|
# list all admins
|
2018-11-18 00:05:07 +01:00
|
|
|
admins:
|
|
|
|
- l3d
|
2019-03-03 23:09:48 +01:00
|
|
|
|
|
|
|
# list of non-admins:
|
2019-05-14 11:17:00 +02:00
|
|
|
accounts:
|
2019-03-03 23:09:48 +01:00
|
|
|
- ottojo
|
2018-11-18 00:05:07 +01:00
|
|
|
```
|
|
|
|
|
2018-11-18 23:46:40 +01:00
|
|
|
Optional config:
|
|
|
|
-----------------
|
|
|
|
```ini
|
|
|
|
# optional .bashrc commands
|
2019-05-14 11:17:00 +02:00
|
|
|
extra_bashrc: 'alias l="ls -all"'
|
2018-11-18 23:46:40 +01:00
|
|
|
```
|
|
|
|
|
2019-02-01 15:27:32 +01:00
|
|
|
Please have a look into ``defaults/main.yml`` for more configuration options!
|