mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
- 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>
10 lines
154 B
YAML
10 lines
154 B
YAML
---
|
|
- name: Reboot cluster
|
|
hosts: k3s_cluster
|
|
become: true
|
|
gather_facts: true
|
|
serial: 1
|
|
tasks:
|
|
- name: Reboot
|
|
ansible.builtin.reboot:
|