Create new block for network-stuff

This commit is contained in:
2023-04-05 20:14:36 +02:00
parent a3c887748a
commit 41570ea40d
2 changed files with 11 additions and 2 deletions

View File

@@ -49,6 +49,7 @@
- name: Deploy calico
import_tasks: ./roles/kubernetes/tasks/install/server/network-plugin/deploy_calico.yml
when: "kubernetes.network.plugin == 'calico'"
- name: Deploy network-helpers
import_tasks: ./roles/kubernetes/tasks/install/server/network-plugin/deploy_network_helper.yml