Refactor rke2 version to v1.28.11+rke2r1 and update server and agent IP addresses

This commit is contained in:
2024-07-07 15:14:13 +08:00
parent 90a93c4e8f
commit 08c09e0c6d
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ metallb_version: v0.14.5
lb_range: 192.168.50.190-192.168.50.199 lb_range: 192.168.50.190-192.168.50.199
lb_pool_name: first-pool lb_pool_name: first-pool
rke2_version: "v1.28.10+rke2r1" rke2_version: "v1.28.11+rke2r1"
rke2_install_dir: "/usr/local/bin" rke2_install_dir: "/usr/local/bin"
rke2_binary_url: "https://github.com/rancher/rke2/releases/download/{{ rke2_version }}" rke2_binary_url: "https://github.com/rancher/rke2/releases/download/{{ rke2_version }}"
+2 -1
View File
@@ -2,7 +2,8 @@
# Good idea to snapshot all machines and deploy uing cloud-init # Good idea to snapshot all machines and deploy uing cloud-init
[servers] [servers]
server1 ansible_host=192.168.50.209 server1 ansible_host=192.168.50.203
[agents] [agents]
agent1 ansible_host=192.168.50.205 agent1 ansible_host=192.168.50.205
agent2 ansible_host=192.168.50.209