You've already forked RekomenciBackend
44df678c82
Signed-off-by: ITQ <itq.dev@ya.ru>
17 lines
515 B
YAML
17 lines
515 B
YAML
---
|
|
state: "{{ applications.tailscale.state | default('latest') }}"
|
|
|
|
tailscale_authkey: "{{ lookup('env', 'TAILSCALE_KEY') }}"
|
|
tailscale_tags: >-
|
|
{{
|
|
['vm'] +
|
|
([hostname.split('-')[-1]] if '-' in hostname else [])
|
|
}}
|
|
tailscale_args: "--accept-dns=true --accept-routes=false --netfilter-mode on --shields-up=false --ssh=true --stateful-filtering=false"
|
|
|
|
tailscale_oauth_ephemeral: false
|
|
tailscale_oauth_preauthorized: true
|
|
insecurely_log_authkey: false
|
|
release_stability: stable
|
|
tailscale_up_timeout: 120
|