Wolfgang Kulhanek
2020-03-13 e60b43acf561199f7dd48438542ddecbf6bb11c4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
become_override: false
 
# Default variables
# Can't use 'ocp_workloads' because that's the other input to the role...
# Can be overridden via a dictionary called config_ocp_workloads_input
config_ocp_workloads_defaults:
  virtualenv_path: /opt/virtualenvs/k8s
 
# Future enhancement: install virtualenv if it doesn't exist
# config_ocp_workloads_defaults:
#   use_virtualenv: true
#   virtualenv_path: /opt/virtualenvs/k8s
#   install_virtualenv: false
#   virtualenv_package:
#   - python-virtualenv
# # - python34-virtualenv
# # - python36-virtualenv
#   virtualenv_python: /usr/bin/python
#   python_packages:
#   - ansible==2.9.6
#   - openshift=0.10.2
#   - selinux==0.2.1