telemetry
This commit is contained in:
parent
70d2620129
commit
3f4c93de57
10 changed files with 826 additions and 50 deletions
.ansible
|
@ -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:
|
||||
|
|
2
.ansible/k3s-configs-templates/disable.yaml
Normal file
2
.ansible/k3s-configs-templates/disable.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
disable:
|
||||
- traefik
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue