Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Constans committed Jul 10, 2015
1 parent 73b2d81 commit 9f953ea
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
# ansible-role-phpstorm


[![License](https://img.shields.io/badge/License-MIT%20License-blue.svg)](https://github.com/kosssi/ansible-role-phpstorm/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/kosssi/ansible-role-phpstorm.svg?branch=master)](https://travis-ci.org/kosssi/ansible-role-phpstorm)

Ansible role to install [phpStorm](http://www.jetbrains.com/phpstorm/).

## Role Defaults Variables

phpstorm_version: 7.1.3
phpstorm_version: 9.0
phpstorm_install_dir: /opt
phpstorm_bin: /usr/local/bin/phpstorm

## Example Playbook

roles:
- { role: kosssi.phpstorm }
- { role: kosssi.phpstorm, tags: phpstorm }

## Vagrant

If you have vagrant, you can test this role:

cd tests
vagrant up

## License

MIT

0 comments on commit 9f953ea

Please sign in to comment.