Files
playbooks-retailor/plays/tailscale.yml

8 lines
158 B
YAML

---
- name: Install tailscale
hosts: all
roles:
- role: roles/tailscale
vars:
tailscale_authkey: "{{ lookup('env', 'TAILSCALE_KEY') }}"