{ "name": "calico-k8s-network", "type": "calico", "log_level": "info", "ipam": { "type": "calico-ipam" }, {% if enable_network_policy is defined and enable_network_policy == True %} "policy": { "type": "k8s" }, {% endif %} "kubernetes": { "kubeconfig": "{{ kube_config_dir }}/node-kubeconfig.yaml" } }