mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2025-12-17 03:34:28 +00:00
7 lines
260 B
YAML
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 |