2024-01-16 12:34:22 +07:00
|
|
|
all:
|
|
|
|
vars:
|
|
|
|
control_plane_endpoint: 192.168.1.100
|
|
|
|
load_balancer_ip_pool:
|
|
|
|
- 192.168.1.224/27
|
2022-01-02 12:27:21 +07:00
|
|
|
metal:
|
|
|
|
children:
|
|
|
|
masters:
|
|
|
|
hosts:
|
2023-02-22 18:32:57 +07:00
|
|
|
metal0: {ansible_host: 192.168.1.110, mac: '00:23:24:d1:f5:69', disk: sda, network_interface: eno1}
|
|
|
|
metal1: {ansible_host: 192.168.1.111, mac: '00:23:24:d1:f3:f0', disk: sda, network_interface: eno1}
|
2022-01-15 16:04:59 +07:00
|
|
|
metal2: {ansible_host: 192.168.1.112, mac: '00:23:24:e7:04:60', disk: sda, network_interface: eno1}
|
2022-01-02 12:27:21 +07:00
|
|
|
workers:
|
|
|
|
hosts:
|
2023-02-22 18:32:57 +07:00
|
|
|
metal3: {ansible_host: 192.168.1.113, mac: '00:23:24:d1:f4:d6', disk: sda, network_interface: eno1}
|