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_dotfiles/README.md

27 lines
326 B
Markdown
Raw Normal View History

2018-11-18 23:46:40 +01:00
dotfiles
==========
Ansible role to deploy some dotfiles which may be useful
2018-11-18 00:05:07 +01:00
Affected files:
```ini
/etc/bash.bashrc
.bashrc
.vimrc
```
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
```
2018-11-18 23:46:40 +01:00
Optional config:
-----------------
```ini
# optional .bashrc commands
bash:
bashrc: 'alias l="ls -all"'
```