mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -26,7 +26,7 @@ def provision(vm, role, node_num)
|
|||||||
"k3s_cluster:children" => ["server", "agent"],
|
"k3s_cluster:children" => ["server", "agent"],
|
||||||
}
|
}
|
||||||
ansible.extra_vars = {
|
ansible.extra_vars = {
|
||||||
k3s_version: "v1.28.14+k3s1",
|
k3s_version: "v1.31.12+k3s1",
|
||||||
api_endpoint: "#{NETWORK_PREFIX}.100",
|
api_endpoint: "#{NETWORK_PREFIX}.100",
|
||||||
# Required for vagrant ansible provisioner
|
# Required for vagrant ansible provisioner
|
||||||
token: "myvagrant",
|
token: "myvagrant",
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ k3s_cluster:
|
|||||||
vars:
|
vars:
|
||||||
ansible_port: 22
|
ansible_port: 22
|
||||||
ansible_user: debian
|
ansible_user: debian
|
||||||
k3s_version: v1.30.2+k3s1
|
k3s_version: v1.31.12+k3s1
|
||||||
# The token should be a random string of reasonable length. You can generate
|
# The token should be a random string of reasonable length. You can generate
|
||||||
# one with the following commands:
|
# one with the following commands:
|
||||||
# - openssl rand -base64 64
|
# - openssl rand -base64 64
|
||||||
|
|||||||
Reference in New Issue
Block a user