mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 18:54:32 +00:00
Installs Tailscale on k3s agents via the Debian stable apt repo using the modern signed-by keyring approach. Auth key stored in vault. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
101 B
YAML
7 lines
101 B
YAML
---
|
|
- name: Install and connect Tailscale
|
|
hosts: tailscale
|
|
become: true
|
|
roles:
|
|
- tailscale
|