mirror of
https://github.com/roles-ansible/ansible_role_dotfiles.git
synced 2024-08-16 16:09:49 +02:00
Improved understanding of this playbook
This commit is contained in:
parent
0f70a7a802
commit
341d3886d3
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
dotfiles
|
||||
==========
|
||||
[![Build Status](https://travis-ci.org/DO1JLR/role_dotfiles.svg?branch=master)](https://travis-ci.org/DO1JLR/role_dotfiles)
|
||||
[![Build Status](https://travis-ci.org/chaos-bodensee/role_dotfiles.svg?branch=master)](https://travis-ci.org/chaos-bodensee/role_dotfiles)
|
||||
|
||||
Ansible role to deploy some dotfiles which may be useful
|
||||
|
||||
|
@ -18,7 +18,7 @@ admins:
|
|||
- l3d
|
||||
|
||||
# list of non-admins:
|
||||
user:
|
||||
accounts:
|
||||
- ottojo
|
||||
```
|
||||
|
||||
|
@ -26,8 +26,7 @@ user:
|
|||
-----------------
|
||||
```ini
|
||||
# optional .bashrc commands
|
||||
bash:
|
||||
bashrc: 'alias l="ls -all"'
|
||||
extra_bashrc: 'alias l="ls -all"'
|
||||
```
|
||||
|
||||
Please have a look into ``defaults/main.yml`` for more configuration options!
|
||||
|
|
Loading…
Reference in a new issue