diff options
Diffstat (limited to 'group_vars/outbound.yml')
-rw-r--r-- | group_vars/outbound.yml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/group_vars/outbound.yml b/group_vars/outbound.yml index 3a9a51a..2c7c6c8 100644 --- a/group_vars/outbound.yml +++ b/group_vars/outbound.yml @@ -2,20 +2,19 @@ headscale_url: 'https://{{ headscale_host }}' headscale_base_domain: '{{ headscale_host }}' +headscale_base: '/etc/docker/compose/headscale' headscale_port: '8080' headscale_listen_addr: '0.0.0.0:{{ headscale_port }}' headscale_dns_for_connected_clients_1: '{{ loadbalancer_ip }}' headscale_dns_for_connected_clients_2: '1.0.0.1' +vpn_proxy_filter_container_name: 'headscale-proxy' +proxy_base: '/etc/docker/compose/proxy' + generate_api_key: '{{ homelab_build }}' -api_key_expiration: '1y' +api_key_expiration: '2y' generate_auth_key: '{{ homelab_build }}' -auth_key_expiration: '1y' +auth_key_expiration: '2y' auth_key_user: 'pocketmonsters' -headscale_allowed_users: - - liz - - lucina - - riley - - "{{ auth_key_user }}" |