Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Updated version and fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sufijen Bani committed Mar 31, 2015
1 parent 19778c6 commit 8fa8dcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Ansible Role: Liquidprompt

[![Build Status](https://travis-ci.org/sbani/ansible-role-liquidprompt.svg)](https://travis-ci.org/sbani/ansible-role-liquidprompt)
[![Galaxy](http://img.shields.io/badge/galaxy-sbani.liquidprompt-blue.svg?style=flat-square)](https://galaxy.ansible.com/list#/roles/3254)

Ansible Role that installs and enables [liquidprompt](https://github.com/nojhan/liquidprompt) (lp)

Ansible Role that installs and enables [liquidprompt](https://github.com/nojhan/liquidprompt) (lp).
## Usage
### Default
The default behaviour is an activation for the *vagrant* user only without any extra configuration.
### Activate lp for all users
This will update */etc/bash.bashrc*. The list *liquidprompt_apply_to_users* won't be used if *liquidprompt_apply_all_users* is true
This will update */etc/bash.bashrc*. The list `liquidprompt_apply_to_users` won't be used if `liquidprompt_apply_all_users` is true
```yaml
# Apply liquidprompt to all users
liquidprompt_apply_all_users: true
Expand All @@ -19,7 +17,7 @@ liquidprompt_apply_all_users: true
# - vagrant
```
### Activate lp for specific user (list)
This will add lp to the home of the users in list. *liquidprompt_apply_all_users* neds to be set to false.
This will add lp to the home of the users in list. `liquidprompt_apply_all_users` neds to be set to false.
```yaml
# Apply liquidprompt to all users
liquidprompt_apply_all_users: false
Expand All @@ -31,7 +29,7 @@ liquidprompt_apply_to_users:
- user1
```
### Add own liquidprompt config
lp as a high number of options you can use. Please take a look in the lp repo for more informations. Here's an example:
Lp as a high number of options you can use. Please take a look in the lp repo for more informations. Here's an example:
```yaml
# Custom config for liquidpropt
liquidprompt_enable_custom_variables = true
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
galaxy_info:
author: sbani
description: Install and enable liquidprompt.
version: 0.1.1
version: 0.2
license: MIT
min_ansible_version: 1.5
platforms:
Expand Down

0 comments on commit 8fa8dcf

Please sign in to comment.