Files
iac-ansible-public/roles/nvidia/tasks/main.yml
2025-12-08 19:31:29 +00:00

7 lines
260 B
YAML

- name: Aplicar o stolon
become: yes
become_user: fenix
shell: |
kubectl apply -f https://raw.githubusercontent.com/NVIDIA/k8s-device-plugin/v0.17.1/deployments/static/nvidia-device-plugin.yml
environment:
KUBECONFIG: /home/fenix/.kube/config