Skip to content

kosssi/ansible-role-phpstorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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