k3s-ansible/roles/k3s_agent
Techno Tim 890d43b339
fix(token): escape percent signs used in k3s token (#682)
- systemd treats % as a specifier in ExecStart, so token values containing %
  fail with 'failed to resolve unit specifiers invalid slot'
- escape % to %% in the agent unit file
- escape % to %% in server_init_args so the multi-master bootstrap path
  (systemd-run k3s-init) handles % tokens too

Co-authored-by: finaldoom <677609+FinalDoom@users.noreply.github.com>
2026-08-02 19:27:17 +00:00
..
defaults Add default values to roles (#509) 2024-08-05 17:00:24 -05:00
meta Variable documentation (#606) 2024-11-06 10:27:19 -06:00
tasks Change to FQCN with ansible-lint fixer (#553) 2024-08-12 22:59:59 -05:00
templates fix(token): escape percent signs used in k3s token (#682) 2026-08-02 19:27:17 +00:00