Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oefenweb/ansible-phpstorm
Ansible role to set up PhpStorm
https://github.com/oefenweb/ansible-phpstorm
ansible debian development ide php phpstorm ubuntu
Last synced: about 1 month ago
JSON representation
Ansible role to set up PhpStorm
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-phpstorm
- Owner: Oefenweb
- License: mit
- Created: 2015-08-10T19:08:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:06:30.000Z (about 1 year ago)
- Last Synced: 2023-11-02T11:37:32.263Z (about 1 year ago)
- Topics: ansible, debian, development, ide, php, phpstorm, ubuntu
- Language: Dockerfile
- Size: 80.1 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## phpstorm
[![CI](https://github.com/Oefenweb/ansible-phpstorm/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-phpstorm/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-phpstorm-blue.svg)](https://galaxy.ansible.com/Oefenweb/phpstorm)Set up [PhpStorm](https://www.jetbrains.com/phpstorm/).
#### Requirements
None
#### Variables
* `phpstorm_version` [default: `2019.1`]: [Version](https://www.jetbrains.com/phpstorm/download/index.html#section=linux) to install
* `phpstorm_install_prefix` [default: `/opt`]: Install prefix## Dependencies
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.phpstorm
```#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-phpstorm/issues)!