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
dbd1e6ea
Commit
dbd1e6ea
authored
Nov 23, 2018
by
julian.gethmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete PIP installed Python packages
Installing global packages is highly discouraged
parent
c1490439
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
24 deletions
+24
-24
group_vars/python.yml
group_vars/python.yml
+14
-24
sites.yml
sites.yml
+10
-0
No files found.
group_vars/python.yml
View file @
dbd1e6ea
...
...
@@ -18,36 +18,26 @@ python3pkg:
-
pipenv
-
llvm
-
cmake
-
python3-flake8
-
python3-Cython
python3pip
:
-
brewer2mpl
-
Cython
-
flake8
-
flake8-mypy
-
flake8-pep257
-
i18n
-
mypy_extensions
-
pre-commit
-
PyScaffold
-
pytest-yapf
-
tox
-
yapf
-
nbdime
-
pytest-yapf
#- brewer2mpl
#- flake8-mypy
#- flake8-pep257
#- i18n
#- mypy_extensions
# - pre-commit
# - PyScaffold
# - yapf
# - nbdime
# - pytest-yapf
python2pkg
:
-
python2
-
python2-setuptools
-
python-pip
python2pip
:
-
backports.shutil_get_terminal_size
-
brewer2mpl
-
Cython
-
ipython
-
mpld3
-
notebook
-
pandas
-
sklearn
-
python2-backports-functools_lru_cache
-
python2-backports-shutil_get_terminal_size
pip3bin
:
/bin/pip3
sites.yml
View file @
dbd1e6ea
---
-
vars
:
ansible_python_interpreter
:
"
/usr/bin/env
python3"
when
:
(ansible_distribution == 'Fedora' and ansible_distribution_version >= 28)
-
import_playbook
:
common.yml
-
import_playbook
:
clients.yml
tags
:
client
...
...
@@ -35,3 +39,9 @@
tags
:
ripgrep
-
import_playbook
:
epics.yml
tags
:
epics
-
name
:
Example playbook sending mail to root
mail
:
subject
:
System {{ ansible_hostname }} has been successfully provisioned.
to
:
Julian Gethmann <gethmann@kit.edu>
delegate_to
:
localhost
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