forked from bakhtin/splunk-finca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hosts
31 lines (24 loc) · 1.44 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
26
27
28
29
30
31
# Use aliases for hostnames
[ufw-linux-ger]
cluster-ufw-eur-linux-1 ansible_host=cluster-ufw-eur-linux-1.vir ansible_connection=ssh ansible_ssh_user=ubuntu ansible_ssh_pass=ubuntu ansible_become_pass=ubuntu
cluster-ufw-eur-linux-2 ansible_host=cluster-ufw-eur-linux-2.vir ansible_connection=ssh ansible_ssh_user=ubuntu ansible_ssh_pass=ubuntu ansible_become_pass=ubuntu
# [ufw-windows-ger]
# ...
[hfw-ger]
cluster-hfw-eur-1 ansible_host=cluster-hfw-eur-1.vir ansible_connection=ssh ansible_ssh_user=ubuntu ansible_ssh_pass=ubuntu ansible_become_pass=ubuntu
[ger:children]
hfw-ger
ufw-linux-ger
# ufw-windows-ger
[cluster-eur]
cluster-indexer-hq-eur ansible_host=cluster-indexer-hq-eur.vir ansible_connection=ssh ansible_ssh_user=ubuntu ansible_ssh_pass=ubuntu ansible_become_pass=ubuntu
cluster-indexer-eur ansible_host=cluster-indexer-eur.vir ansible_connection=ssh ansible_ssh_user=ubuntu ansible_ssh_pass=ubuntu ansible_become_pass=ubuntu
cluster-master-node-eur ansible_host=cluster-master-node-eur.vir ansible_connection=ssh ansible_ssh_user=ubuntu ansible_ssh_pass=ubuntu ansible_become_pass=ubuntu
[shead-eur]
cluster-shead-eur ansible_host=cluster-shead-eur.vir ansible_connection=ssh ansible_ssh_user=ubuntu ansible_ssh_pass=ubuntu ansible_become_pass=ubuntu
[eur:children]
cluster-eur
shead-eur
ger
[amer]
cluster-shead-hq ansible_host=cluster-shead-hq.vir ansible_connection=ssh ansible_ssh_user=ubuntu ansible_ssh_pass=ubuntu ansible_become_pass=ubuntu