prole/infrastructure/playbooks/tailscale.yml
chrisfu e4478f20ab feat(tailscale): add Ansible role and playbook for merlin + gandalf
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>
2026-05-05 18:57:05 -04:00

7 lines
101 B
YAML

---
- name: Install and connect Tailscale
hosts: tailscale
become: true
roles:
- tailscale