Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ucegg
ansible
Commits
dbd1e6ea
Commit
dbd1e6ea
authored
Nov 23, 2018
by
julian.gethmann
Browse files
Delete PIP installed Python packages
Installing global packages is highly discouraged
parent
c1490439
Changes
2
Hide whitespace changes
Inline
Side-by-side
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