Refactor rke2 version to v1.28.11+rke2r1 and update server and agent IP addresses
This commit is contained in:
@@ -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,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
|
||||||
|
|||||||
Reference in New Issue
Block a user