mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2025-12-17 03:34:28 +00:00
Update roles/kube-master/tasks/main.yml
This commit is contained in:
@ -133,6 +133,12 @@
|
|||||||
delay: 6
|
delay: 6
|
||||||
become: yes
|
become: yes
|
||||||
|
|
||||||
|
- name: Instalar Helm no nó master
|
||||||
|
become: true
|
||||||
|
shell: |
|
||||||
|
curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
|
||||||
|
args:
|
||||||
|
creates: /usr/local/bin/helm
|
||||||
|
|
||||||
- name: Adicionar repositório Helm do CSI NFS
|
- name: Adicionar repositório Helm do CSI NFS
|
||||||
command: >
|
command: >
|
||||||
|
|||||||
Reference in New Issue
Block a user