10 lines
235 B
Plaintext
10 lines
235 B
Plaintext
|
|
apiServerProxyConfig:
|
||
|
|
mode: "true"
|
||
|
|
|
||
|
|
oauth:
|
||
|
|
clientId: "{{ tailscale_oauth_client_id }}"
|
||
|
|
clientSecret: "{{ tailscale_oauth_client_secret }}"
|
||
|
|
|
||
|
|
operatorConfig:
|
||
|
|
hostname: "{{ tailscale_operator_hostname | default('ts-operator') }}"
|