mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-03 00:46:18 +00:00
Talos
This commit is contained in:
27
Ansible/Playbooks/Talos/inventory/group_vars/all.yaml
Normal file
27
Ansible/Playbooks/Talos/inventory/group_vars/all.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
os: "linux"
|
||||
arch: "amd64"
|
||||
|
||||
talos_version: v1.7.0
|
||||
talosctl_version: v1.7.5
|
||||
control_plane_ip: 192.168.200.61
|
||||
|
||||
control_plane_2: 192.168.200.62
|
||||
control_plane_3: 192.168.200.63
|
||||
|
||||
worker_1: 192.168.200.64
|
||||
worker_2: 192.168.200.65
|
||||
|
||||
config_directory: "/home/{{ ansible_user }}/.talos"
|
||||
config_file: "/home/{{ ansible_user }}/.talos/talosconfig"
|
||||
|
||||
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
|
||||
|
||||
ansible_user: ubuntu
|
||||
ansible_become: true
|
||||
ansible_become_method: sudo
|
13
Ansible/Playbooks/Talos/inventory/hosts.ini
Normal file
13
Ansible/Playbooks/Talos/inventory/hosts.ini
Normal file
@@ -0,0 +1,13 @@
|
||||
# Make sure Ansible host has access to these devices
|
||||
# Good idea to snapshot all machines and deploy uing cloud-template
|
||||
[ansible]
|
||||
127.0.0.1 ansible_connection=local
|
||||
|
||||
[servers]
|
||||
server1 ansible_host=192.168.3.61
|
||||
server2 ansible_host=192.168.3.62
|
||||
server3 ansible_host=192.168.3.63
|
||||
|
||||
[agents]
|
||||
agent1 ansible_host=192.168.3.64
|
||||
agent2 ansible_host=192.168.3.65
|
Reference in New Issue
Block a user