telemetry

This commit is contained in:
royalcat 2025-04-22 02:40:28 +04:00
parent 70d2620129
commit 3f4c93de57
10 changed files with 826 additions and 50 deletions
.ansible

View file

@ -3,13 +3,14 @@ k3s_cluster:
hosts:
oracle-master-1:
ansible_host: 130.61.173.37
k3s_control_node: true
k3s_server:
k3s_control_node: true
advertise-address: "130.61.173.37"
node-external-ip: "130.61.173.37"
tls-san:
- "130.61.173.37"
k3s_server_config_yaml_d_files:
- ./k3s-configs-templates/disable.yaml
- ./k3s-configs-templates/kubeconfig.yaml
- ./k3s-configs-templates/vpn-auth.yaml
- ./k3s-configs-templates/port-range.yaml
@ -23,8 +24,9 @@ k3s_cluster:
murino-worker-2:
ansible_user: root
ansible_host: 192.168.220.18
ansible_host: 192.168.220.17
k3s_agent_config_yaml_d_files:
- ./k3s-configs-templates/disable.yaml
- ./k3s-configs-templates/vpn-auth.yaml
# kube-2:

View file

@ -0,0 +1,2 @@
disable:
- traefik

View file

@ -1 +1 @@
vpn-auth: "name=tailscale,controlServerURL=https://headscale.kmsign.ru,joinKey=68f87d4350aa0059d7edf9a027c7b0b3a15a027bc1651fbd,extraArgs=--advertise-tags=tag:cloud-cluster"
vpn-auth: "name=tailscale,controlServerURL=https://headscale.kmsign.ru,joinKey=0d6be19572f239cead9ea5ad4064b8f178161bae5a9ae13e,extraArgs=--advertise-tags=tag:cloud-cluster"