jobevers / ansible-pycharm

Ansible role to set up PyCharm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pycharm

Build Status Ansible Galaxy

Set up PyCharm.

Requirements

None

Variables

  • pycharm_version [default: 4.5.5]: Version to install
  • pycharm_edition [default: professional]: Edition to install (e.g. community)
  • pycharm_install_prefix [default: /opt]: Install prefix

Dependencies

None

Example

---
- hosts: all
  roles:
    - pycharm

License

MIT

Author Information

Mischa ter Smitten

Feedback, bug-reports, requests, ...

Are welcome!

About

Ansible role to set up PyCharm

License:MIT License