34 lines
932 B
YAML
34 lines
932 B
YAML
---
|
|
# 已部署成员;共置 PG standby/备份的承载预算,数据库数据用独立 HDD mp0。
|
|
all:
|
|
vars:
|
|
ansible_user: root
|
|
children:
|
|
etcd:
|
|
hosts:
|
|
etcd-laptop:
|
|
ansible_connection: local
|
|
ansible_host: 192.168.10.127
|
|
ansible_user: panxiao81
|
|
etcd_address: 192.168.10.127
|
|
etcd-pve1:
|
|
ansible_host: 10.60.0.20
|
|
etcd_address: 10.60.0.20
|
|
etcd-pve2:
|
|
ansible_host: 10.60.0.21
|
|
etcd_address: 10.60.0.21
|
|
etcd_pve:
|
|
hosts:
|
|
pve1:
|
|
ansible_host: 192.168.10.4
|
|
etcd_lxc_vmid: 150
|
|
etcd_lxc_hostname: etcd-pve1
|
|
etcd_lxc_address: 10.60.0.20/24
|
|
etcd_lxc_memory: 1536
|
|
pve2:
|
|
ansible_host: 192.168.10.7
|
|
etcd_lxc_vmid: 151
|
|
etcd_lxc_hostname: etcd-pve2
|
|
etcd_lxc_address: 10.60.0.21/24
|
|
etcd_lxc_memory: 768
|