initial commit

This commit is contained in:
2023-11-19 14:57:18 +03:00
commit 097ce0a6cf
11 changed files with 876 additions and 0 deletions

10
defaults/main.yml Normal file
View File

@@ -0,0 +1,10 @@
---
k3s_binary_dir: "/usr/local/bin"
k3s_binary_name: "k3s"
k3s_force_update: false
k3s_cluster_cidr: "10.42.0.0/16"
k3s_service_cidr: "10.43.0.0/16"
k3s_datastore_endpoint: ""
k3s_token: ""
k3s_kubeconfig_mode: "600"
k3s_version: "v1.28.3+k3s2"