Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:06:39.000Z (over 1 year ago)
- Last Synced: 2023-11-02T11:37:34.457Z (over 1 year ago)
- Topics: ansible, debian, development, ide, pycharm, python, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 116 KB
- Stars: 16
- Watchers: 3
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## pycharm
[![CI](https://github.com/Oefenweb/ansible-pycharm/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-pycharm/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-pycharm-blue.svg)](https://galaxy.ansible.com/Oefenweb/pycharm)Set up [PyCharm](https://www.jetbrains.com/pycharm/).
#### Requirements
None
#### Variables
* `pycharm_version` [default: `2024.3`]: 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)!