Files
RekomenciBackend/infrastructure/iac/ansible/group_vars/all/tailscale.yaml
T
ITQ 44df678c82 chore: added iac
Signed-off-by: ITQ <itq.dev@ya.ru>
2025-11-21 18:49:30 +03:00

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