1
0
Fork 0
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:
Lilian Roller 2019-05-14 11:17:00 +02:00
parent 0f70a7a802
commit 341d3886d3
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -1,6 +1,6 @@
dotfiles 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 Ansible role to deploy some dotfiles which may be useful
@ -18,7 +18,7 @@ admins:
- l3d - l3d
# list of non-admins: # list of non-admins:
user: accounts:
- ottojo - ottojo
``` ```
@ -26,8 +26,7 @@ user:
----------------- -----------------
```ini ```ini
# optional .bashrc commands # optional .bashrc commands
bash: extra_bashrc: 'alias l="ls -all"'
bashrc: 'alias l="ls -all"'
``` ```
Please have a look into ``defaults/main.yml`` for more configuration options! Please have a look into ``defaults/main.yml`` for more configuration options!