summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/vars/main.yml
blob: f6f69966a4a094459799970731c9ee88ea3029e3 (plain)
1
2
3
4
5
6
7
8
9
10
---
openshift_master_config_dir: /etc/openshift/master
openshift_master_config_file: "{{ openshift_master_config_dir }}/master-config.yaml"
openshift_master_scheduler_conf: "{{ openshift_master_config_dir }}/scheduler.json"
openshift_master_policy: "{{ openshift_master_config_dir }}/policy.json"

openshift_master_valid_grant_methods:
- auto
- prompt
- deny