Add kafka-kubernetes/roles/calico/tasks/main.yml

This commit is contained in:
Simar 2025-08-03 10:00:41 +03:00
parent d4f1a64daf
commit ff192aa221

View file

@ -0,0 +1,8 @@
---
- name: Download Calico manifest
get_url:
url: "https://docs.projectcalico.org/manifests/calico.yaml"
dest: /tmp/calico.yaml
- name: Apply Calico configuration
command: kubectl apply -f /tmp/calico.yaml