mirror of
https://github.com/roles-ansible/ansible_role_dotfiles.git
synced 2024-08-16 16:09:49 +02:00
Update readme
This commit is contained in:
parent
3bc805c295
commit
7920acd3c0
2 changed files with 15 additions and 0 deletions
13
README.md
13
README.md
|
@ -1,2 +1,15 @@
|
|||
# role_dotfiles
|
||||
Ansible role to deploy some dotfiles
|
||||
|
||||
Affected files:
|
||||
```ini
|
||||
/etc/bash.bashrc
|
||||
.bashrc
|
||||
.vimrc
|
||||
```
|
||||
needed vars:
|
||||
```ini
|
||||
admins:
|
||||
- l3d
|
||||
```
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
|
||||
admins:
|
||||
- l3d
|
||||
bash:
|
||||
bashrc: ''
|
||||
|
|
Loading…
Reference in a new issue