mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
Refactor ansible inventory to add dev server
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
os: "linux"
|
||||
# arch: "amd64"
|
||||
# Set your timezone
|
||||
system_timezone: "Asia/Singapore"
|
||||
|
||||
kube_vip_version: "v0.8.1"
|
||||
vip_interface: eth0
|
||||
vip: 192.168.50.210
|
||||
|
||||
metallb_version: v0.14.5
|
||||
lb_range: 192.168.50.190-192.168.50.199
|
||||
lb_pool_name: first-pool
|
||||
|
||||
rke2_version: "v1.28.10+rke2r1"
|
||||
rke2_install_dir: "/usr/local/bin"
|
||||
rke2_binary_url: "https://github.com/rancher/rke2/releases/download/{{ rke2_version }}"
|
||||
|
||||
ansible_user: furyhawk
|
||||
ansible_become: true
|
||||
ansible_become_method: sudo
|
||||
@@ -0,0 +1,8 @@
|
||||
# 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.50.209
|
||||
|
||||
[agents]
|
||||
agent1 ansible_host=192.168.50.205
|
||||
Reference in New Issue
Block a user