Skip to content

Commit

Permalink
added choices to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsysmin committed Jan 25, 2017
1 parent db6276f commit e765a87
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ Supports the following Operating Systems:

## Requirements

This role requires Ansible 1.9.3 or higher. Requirements are listed in the metadata file.
This role requires Ansible 2.0.0 or higher. Requirements are listed in the metadata file.

## Role Variables

| Variable | Required | Default | Choices | Comments |
|----------|----------|---------|---------|----------|
| `storage_driver` | No | `None` | <ul><li>devicemapper</li><li>aufs</li></ul> | The name of the storage driver for docker. |
| `block_device` | No | `None` | <ul><li>/dev/sda3, etc.</li></ul> | The device name used for the storage driver. |

## Example Playbook

Expand Down

0 comments on commit e765a87

Please sign in to comment.