45 lines
1.1 KiB
YAML
45 lines
1.1 KiB
YAML
---
|
|
all:
|
|
vars:
|
|
ansible_user: root
|
|
children:
|
|
pg_hosts:
|
|
hosts:
|
|
pg-laptop:
|
|
ansible_connection: local
|
|
ansible_user: panxiao81
|
|
ansible_host: 192.168.10.127
|
|
pg_address: 192.168.10.127
|
|
pg_instances: [prod, dev]
|
|
pg-pve1:
|
|
ansible_host: 10.60.0.20
|
|
pg_address: 10.60.0.20
|
|
pg_instances: [prod]
|
|
pg_repository:
|
|
hosts:
|
|
pg-pve2:
|
|
ansible_host: 10.60.0.21
|
|
pg_pve:
|
|
hosts:
|
|
pve1:
|
|
ansible_host: 192.168.10.4
|
|
pg_lxc_id: 150
|
|
pg_lxc_hostname: etcd-pve1
|
|
pg_lxc_memory: 1536
|
|
pg_lxc_mount: /var/lib/homelab-postgresql/prod
|
|
pg_lxc_disk_gb: 16
|
|
pve2:
|
|
ansible_host: 192.168.10.7
|
|
pg_lxc_id: 151
|
|
pg_lxc_hostname: etcd-pve2
|
|
pg_lxc_memory: 768
|
|
pg_lxc_mount: /var/lib/homelab-pgbackrest
|
|
pg_lxc_disk_gb: 32
|
|
pg_proxy:
|
|
hosts:
|
|
pg-proxy-vyos:
|
|
ansible_host: 192.168.10.2
|
|
ansible_user: vyos
|
|
ansible_connection: ssh
|
|
ansible_python_interpreter: /usr/bin/python3
|