mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2025-10-29 09:40:34 +00:00
8 lines
158 B
YAML
8 lines
158 B
YAML
---
|
|
- name: Install tailscale
|
|
hosts: all
|
|
roles:
|
|
- role: roles/tailscale
|
|
vars:
|
|
tailscale_authkey: "{{ lookup('env', 'TAILSCALE_KEY') }}"
|