mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2025-12-18 03:44:27 +00:00
correction task nvidia
This commit is contained in:
@ -7,10 +7,8 @@
|
|||||||
environment:
|
environment:
|
||||||
KUBECONFIG: /home/fenix/.kube/config
|
KUBECONFIG: /home/fenix/.kube/config
|
||||||
|
|
||||||
- name: Reboot remoto e continuar
|
- name: Reboot host e esperar voltar
|
||||||
become: yes
|
become: yes
|
||||||
tasks:
|
|
||||||
- name: Reboot host e esperar voltar
|
|
||||||
ansible.builtin.reboot:
|
ansible.builtin.reboot:
|
||||||
reboot_timeout: 600 # tempo máximo para o host voltar (segundos)
|
reboot_timeout: 600 # tempo máximo para o host voltar (segundos)
|
||||||
test_command: whoami # comando usado para validar que o host voltou
|
test_command: whoami # comando usado para validar que o host voltou
|
||||||
|
|||||||
Reference in New Issue
Block a user