forked from ISTI-ansible-roles/ansible-roles
library/roles/python-env/defaults/main.yml: Set a default to False to be used to conditionally include the role.
library/isti_vars/python_modules.yml: Move the python_modules.yml file out of the d4science-ghn-cluster directory. d4science-ghn-cluster: include the library/isti_vars/python_modules.yml variabiles file in the smartgears playbook. Setup the dataminer to use the python_env role.
This commit is contained in:
parent
86f5b9b576
commit
b35ff2b5b2
|
@ -1,14 +1,6 @@
|
|||
---
|
||||
py_env_install: False
|
||||
py_env_pkgs_state: installed
|
||||
py_env_site: False
|
||||
py_env_basic_pkgs:
|
||||
- python-pip
|
||||
|
||||
py_env_dpkg:
|
||||
-
|
||||
|
||||
py_pip_deps:
|
||||
-
|
||||
|
||||
py_env_pip_pkgs:
|
||||
-
|
||||
|
|
Loading…
Reference in New Issue