mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
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>
This commit is contained in:
committed by
Derek Nola
parent
df67c61ba5
commit
5b3e2a5db6
@@ -3,6 +3,7 @@
|
||||
hosts: k3s_cluster
|
||||
become: true
|
||||
gather_facts: true
|
||||
serial: 1
|
||||
tasks:
|
||||
- name: Reboot
|
||||
ansible.builtin.reboot:
|
||||
|
||||
Reference in New Issue
Block a user