-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinventory.yaml
31 lines (30 loc) · 870 Bytes
/
inventory.yaml
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
# vim: set softtabstop=2 tabstop=2 shiftwidth=2 expandtab autoindent smartindent syntax=yaml:
all:
hosts: &all_hosts
nbg11.rbjorklin.com:
#ansible_host: nbg11.rbjorklin.com
consul_iface: eth0
consul_node_role: server
consul_bootstrap_expect: true
nomad_node_role: both
nbg12.rbjorklin.com:
#ansible_host: nbg12.rbjorklin.com
consul_iface: eth0
consul_node_role: server
consul_bootstrap_expect: true
nomad_node_role: both
nbg13.rbjorklin.com:
#ansible_host: nbg13.rbjorklin.com
consul_iface: eth0
consul_node_role: server
consul_bootstrap_expect: true
nomad_node_role: both
children:
consul_instances:
hosts: *all_hosts
nomad_instances:
hosts: *all_hosts
vault_instances:
hosts: *all_hosts
consul_servers:
hosts: *all_hosts