k8s version 1.19.11
[infra/stack/kubernetes.git] / scenarios / k8-multus-dualstack.yaml
index 9e03d70275ed5c3ae50427d63ba766bf08b1941e..6255c978ef68d44df292cb4cee95d4cfd8ddab51 100644 (file)
 
     - name: Configure Multus to use Calico as the primary network plugin
       lineinfile:
-        path: "{{ engine_cache }}/repos/kubespray/inventory/engine/group_vars/k8s-cluster/k8s-cluster.yml"
+        path: "{{ engine_cache }}/repos/kubespray/inventory/engine/group_vars/k8s_cluster/k8s-cluster.yml"
         regexp: "^kube_network_plugin:.*"
         line: "kube_network_plugin: calico"
 
     - name: Enable the Multus network plugin
       lineinfile:
-        path: "{{ engine_cache }}/repos/kubespray/inventory/engine/group_vars/k8s-cluster/k8s-cluster.yml"
+        path: "{{ engine_cache }}/repos/kubespray/inventory/engine/group_vars/k8s_cluster/k8s-cluster.yml"
         regexp: "^kube_network_plugin_multus:.*"
         line: "kube_network_plugin_multus: true"