-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinventorysample.yml
55 lines (53 loc) · 1.25 KB
/
inventorysample.yml
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
47
48
49
50
51
52
53
54
55
## Example Setup
#sentry-1: 10.168.0.10
#sentry-2: 10.168.0.11
#sentry-3: 10.168.0.12
#
#signer-1: 10.168.1.10
#signer-2: 10.168.1.11
#signer-3: 10.168.1.12
#
all:
vars:
ansible_user: ansible
ansible_port: 22
ansible_ssh_private_key_file: "~/.ssh/id_rsa"
path: "/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/local/go/bin:{{ horcrux_dir }}/go/bin"
chain_id: 'chihuahua-1'
horcrux_user: 'horcrux'
horcrux_dir: "/home/{{ horcrux_user }}"
horcrux_cluster:
hosts:
signer1:
ansible_host: 10.168.1.10
mysentry: 10.168.0.10
me: 10.168.1.10
signorder: 1
signer1st:
order: 2
host: 10.168.1.11
signer2nd:
order: 3
host: 10.168.1.12
signer2:
ansible_host: 10.168.1.11
mysentry: 10.168.0.11
me: 10.168.1.11
signorder: 2
signer1st:
order: 1
host: 10.168.1.10
signer2nd:
order: 3
host: 10.168.1.12
signer3:
ansible_host: 10.168.1.12
mysentry: 10.168.0.12
signorder: 3
me: 10.168.1.12
signer1st:
order: 1
host: 10.168.1.10
signer2nd:
order: 2
host: 10.168.1.11