main.yaml 477 B

12345678910
  1. ---
  2. kubeconfig: "{{openshift.common.config_base}}/node/{{ 'system:node:' + openshift.common.hostname }}.kubeconfig"
  3. etcd_endpoints: "{{ hostvars[groups.oo_first_master.0].openshift.master.etcd_urls | join(',') }}"
  4. cni_conf_dir: "/etc/cni/net.d/"
  5. cni_bin_dir: "/opt/cni/bin/"
  6. calico_etcd_ca_cert_file: "/etc/origin/calico/calico.etcd-ca.crt"
  7. calico_etcd_cert_file: "/etc/origin/calico/calico.etcd-client.crt"
  8. calico_etcd_key_file: "/etc/origin/calico/calico.etcd-client.key"