summaryrefslogtreecommitdiffstats
path: root/roles/contiv/templates/contiv.cfg.master.j2
blob: fac8e3c4c342e0a439290c53630112a0dac43e22 (plain)
1
2
3
4
5
6
7
{
  "K8S_API_SERVER": "https://{{ hostvars[groups['masters'][0]]['ansible_' + netmaster_interface].ipv4.address }}:{{ kube_master_api_port }}",
  "K8S_CA": "{{ openshift.common.config_base }}/master/ca.crt",
  "K8S_KEY": "{{ openshift.common.config_base }}/master/system:node:{{ openshift.common.hostname }}.key",
  "K8S_CERT": "{{ openshift.common.config_base }}/master/system:node:{{ openshift.common.hostname }}.crt",
  "SVC_SUBNET": "172.30.0.0/16"
}