https://github.com/oefenweb/ansible-pycharm
Ansible role to set up PyCharm
https://github.com/oefenweb/ansible-pycharm
ansible debian development ide pycharm python ubuntu
Last synced: 11 months ago
JSON representation
Ansible role to set up PyCharm
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-pycharm
- Owner: Oefenweb
- License: mit
- Created: 2015-07-13T19:47:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T11:08:55.000Z (over 1 year ago)
- Last Synced: 2025-04-07T18:22:00.860Z (about 1 year ago)
- Topics: ansible, debian, development, ide, pycharm, python, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 129 KB
- Stars: 14
- Watchers: 2
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## pycharm
[](https://github.com/Oefenweb/ansible-pycharm/actions?query=workflow%3ACI)
[](https://galaxy.ansible.com/Oefenweb/pycharm)
Set up [PyCharm](https://www.jetbrains.com/pycharm/).
#### Requirements
None
#### Variables
* `pycharm_version` [default: `2024.3.6`]: Version to install
* `pycharm_edition` [default: `community`]: Edition to install (e.g. `community`)
* `pycharm_install_prefix` [default: `/opt`]: Install prefix
* `pycharm_download_url` [default: `http://download.jetbrains.com/python`]: Download url
## Dependencies
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.pycharm
```
#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-pycharm/issues)!