blob: 0dac73a6f8af59f94d68368b6b910045d00053cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
headscale_url: 'https://{{ headscale_host }}'
headscale_base_domain: '{{ headscale_host }}'
headscale_port: '8080'
headscale_listen_addr: '0.0.0.0:{{ headscale_port }}'
headscale_dns_for_connected_clients_1: '1.1.1.1'
headscale_dns_for_connected_clients_2: '1.0.0.1'
generate_api_key: '{{ homelab_build }}'
api_key_expiration: '1y'
generate_auth_key: '{{ homelab_build }}'
auth_key_expiration: '1y'
auth_key_user: 'pocketmonsters'
headscale_allowed_users:
- liz
- lucina
- riley
- "{{ auth_key_user }}"
|