Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ansible
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
36
Issues
36
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
588b3f12
Commit
588b3f12
authored
Jul 03, 2017
by
julian.gethmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add pycharm role
parent
7237c473
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
0 deletions
+23
-0
README.md
README.md
+1
-0
pycharm.yml
pycharm.yml
+3
-0
roles/pycharm/tasks/main.yml
roles/pycharm/tasks/main.yml
+19
-0
No files found.
README.md
View file @
588b3f12
...
...
@@ -33,6 +33,7 @@ Open an issue in the GitLab issue tracker with the label: softwarerequest
* admin.yml: tools for administrators
* latex.yml: basic LaTeX installation (KIT classes not yet) ^1
* kdev.yml: KDevelope (with Python PlugIn) ^1
* pycharm.yml: PyCharm IDE
^1: (also put your FQDN to the \[common\] section in the hosts file as it depends hereon)
^3: (also put your FQDN to the \[lasarchiv\] section in the hosts file as it depends hereon)
...
...
pycharm.yml
0 → 100644
View file @
588b3f12
-
hosts
:
pycharm
roles
:
-
pycharm
roles/pycharm/tasks/main.yml
0 → 100644
View file @
588b3f12
---
-
name
:
download PyCharm
get_url
:
url
:
"
https://download-cf.jetbrains.com/python/pycharm-community-2017.1.4.tar.gz"
dest
:
/tmp/pycharm.tar.gz
-
name
:
create directory
become
:
yes
file
:
path
:
/usr/local/bin/pycharm
state
:
directory
-
name
:
unarchive
become
:
yes
unarchive
:
src
:
/tmp/pycharm.tar.gz
dest
:
/usr/local/bin/pycharm
remote_src
:
yes
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment