k3s-ansible/playbook/reboot.yml
Nicholas Malcolm 5b3e2a5db6 Reorganize server tasks, copy config to local
- Inital server starts first so it can grab the token for other servers and copy the config to localhost
- More cleanup of agent/server naming scheme

Signed-off-by: Derek Nola <derek.nola@suse.com>
2023-11-08 10:23:56 -08:00

10 lines
154 B
YAML

---
- name: Reboot cluster
hosts: k3s_cluster
become: true
gather_facts: true
serial: 1
tasks:
- name: Reboot
ansible.builtin.reboot: