kosssi.phpstorm

ansible-role-phpstorm

License Build Status

This is an Ansible role that helps you install phpStorm.

Default Variables for the Role

  • phpstorm_version: The version of phpStorm to install (default is 10.0.2).
  • phpstorm_install_dir: The directory where phpStorm will be installed (default is /opt).
  • phpstorm_bin: The path to the phpStorm binary file (default is /usr/local/bin/phpstorm).

Example Playbook

Here’s how to use this role in a playbook:

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

Vagrant Setup

If you have Vagrant installed, you can test this role easily:

  1. Navigate to the tests directory:
    cd tests
    
  2. Start Vagrant:
    vagrant up
    
Informazioni sul progetto

Install phpStorm.

Installa
ansible-galaxy install kosssi.phpstorm
Licenza
mit
Download
7.5k
Proprietario