-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhosts
25 lines (20 loc) · 1.14 KB
/
hosts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[pgpool_active]
pgool01 ansible_ssh_user=vagrant ansible_ssh_host=192.168.1.11 ansible_ssh_private_key_file=/home/masano/.vagrant.d/insecure_private_key
# pgool01 ansible_ssh_user=root ansible_ssh_host=133.137.176.143
[pgpool_standby]
pgool02 ansible_ssh_user=vagrant ansible_ssh_host=192.168.1.12 ansible_ssh_private_key_file=/home/masano/.vagrant.d/insecure_private_key
# pgool02 ansible_ssh_user=root ansible_ssh_host=133.137.176.144
[pgpool:children]
pgpool_active
pgpool_standby
[pgsql_primary]
pgsql01 ansible_ssh_user=vagrant ansible_ssh_host=192.168.1.21 ansible_ssh_private_key_file=/home/masano/.vagrant.d/insecure_private_key
# pgsql01 ansible_ssh_user=root ansible_ssh_host=133.137.176.145
[pgsql_standby]
pgsql02 ansible_ssh_user=vagrant ansible_ssh_host=192.168.1.22 ansible_ssh_private_key_file=/home/masano/.vagrant.d/insecure_private_key
pgsql03 ansible_ssh_user=vagrant ansible_ssh_host=192.168.1.23 ansible_ssh_private_key_file=/home/masano/.vagrant.d/insecure_private_key
# pgsql02 ansible_ssh_user=root ansible_ssh_host=133.137.176.146
# pgsql03 ansible_ssh_user=root ansible_ssh_host=133.137.176.147
[pgsql:children]
pgsql_primary
pgsql_standby