/ansible-role-phpstorm

Ansible role for install phpstorm

Primary LanguageMakefileMIT LicenseMIT

ansible-role-phpstorm

License Build Status

Ansible role to install phpStorm.

Role Defaults Variables

phpstorm_version: 10.0.2
phpstorm_install_dir: /opt
phpstorm_bin: /usr/local/bin/phpstorm

Example Playbook

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

Vagrant

If you have vagrant, you can test this role:

cd tests
vagrant up