snel.kubernetes-cluster/dci_reinstall_talos.yml

12 lines
315 B
YAML
Raw Permalink Normal View History

2023-09-18 16:12:07 +02:00
---
- name: Reinstall Talos using DCI Manager
gather_facts: false
hosts:
- talos_hardware_nodes
roles:
2023-09-25 14:51:59 +02:00
- role: dci_finish
2023-09-25 15:06:52 +02:00
- role: dci_reinstall_talos
2023-10-16 20:22:34 +02:00
# Don't call 'dci_finish' here after 'dci_reinstall_talos', it causes the server to reboot too early.
# 'dci_finish' is called from talos.yml