forked from lyw07/dbadmin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhosts
More file actions
46 lines (32 loc) · 1.02 KB
/
hosts
File metadata and controls
46 lines (32 loc) · 1.02 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
machine1 ansible_ssh_host=127.0.0.1 ansible_ssh_port=2222 ansible_ssh_user='vagrant' ansible_ssh_private_key_file='/Users/lingyiwang/.vagrant.d/insecure_private_key' ip=192.168.33.9
machine2 ansible_ssh_host=127.0.0.1 ansible_ssh_port=2200 ansible_ssh_user='vagrant' ansible_ssh_private_key_file='/Users/lingyiwang/.vagrant.d/insecure_private_key' ip=192.168.33.10
machine3 ansible_ssh_host=127.0.0.1 ansible_ssh_port=2201 ansible_ssh_user='vagrant' ansible_ssh_private_key_file='/Users/lingyiwang/.vagrant.d/insecure_private_key' ip=192.168.33.11
machine4 ansible_ssh_host=127.0.0.1 ansible_ssh_port=2202 ansible_ssh_user='vagrant' ansible_ssh_private_key_file='/Users/lingyiwang/.vagrant.d/insecure_private_key' ip=192.168.33.12
[barman]
machine1
[barman:vars]
hostname=backup
[db]
machine2
machine3
machine4
[standby1]
machine3
[standby1:vars]
hostname=standby1
[standby2]
machine4
[standby2:vars]
hostname=standby2
[standby]
machine3
machine4
[master]
machine2
[master:vars]
hostname=pg
[all]
machine1
machine2
machine3
machine4