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