summaryrefslogtreecommitdiffstats
path: root/roles/contiv/templates/contiv.cfg.j2
blob: f0e99c556f555bc72317ea1d77a1e2fe1d7292a9 (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 }}/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"
}