forked from redhat-cop/agnosticd
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathenv_vars.yml
31 lines (27 loc) · 874 Bytes
/
env_vars.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
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_vars
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
# List of infrastructure workload roles to apply to cluster
infra_workloads: []
# List of student workload roles to apply for each user
student_workloads: []
user_count: 0
user_count_start: 1