mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-03 08:56:18 +00:00
rke2
This commit is contained in:
18
Ansible/Playbooks/RKE2/inventory/group_vars/all.yaml
Normal file
18
Ansible/Playbooks/RKE2/inventory/group_vars/all.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
os: "linux"
|
||||
arch: "amd64"
|
||||
|
||||
kube_vip_version: "v0.8.0"
|
||||
vip_interface: eth0
|
||||
vip: 192.168.3.50
|
||||
|
||||
metallb_version: v0.13.12
|
||||
lb_range: 192.168.3.80-192.168.3.90
|
||||
lb_pool_name: first-pool
|
||||
|
||||
rke2_version: "v1.29.4+rke2r1"
|
||||
rke2_install_dir: "/usr/local/bin"
|
||||
rke2_binary_url: "https://github.com/rancher/rke2/releases/download/{{ rke2_version }}/rke2.linux-amd64"
|
||||
|
||||
ansible_user: ubuntu
|
||||
ansible_become: true
|
||||
ansible_become_method: sudo
|
11
Ansible/Playbooks/RKE2/inventory/hosts.ini
Normal file
11
Ansible/Playbooks/RKE2/inventory/hosts.ini
Normal file
@@ -0,0 +1,11 @@
|
||||
# Make sure Ansible host has access to these devices
|
||||
# Good idea to snapshot all machines and deploy uing cloud-init
|
||||
|
||||
[servers]
|
||||
server1 ansible_host=192.168.3.21
|
||||
server2 ansible_host=192.168.3.22
|
||||
server3 ansible_host=192.168.3.23
|
||||
|
||||
[agents]
|
||||
agent1 ansible_host=192.168.3.24
|
||||
agent2 ansible_host=192.168.3.25
|
Reference in New Issue
Block a user