Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)!