-
Notifications
You must be signed in to change notification settings - Fork 62
/
hosts
45 lines (36 loc) · 1.01 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Workshop instances is a super group of N pools of VMs
[local]
localhost
[workshop_instances]
[workshop_instances:children]
workshop_us
workshop_oz
workshop_eu
# Aussie provided machines
[workshop_oz]
gat-[0:38].oz.galaxy.training
# EU provided machines
[workshop_eu]
gat-[0:39].eu.galaxy.training
# BE provided machines
[workshop_be]
# American machines
[workshop_us]
# Some variables apply to every member of the group
[workshop_instances:vars]
ansible_host_key_checking = false
ansible_user = ubuntu
ansible_become = true
set_password = true
# Here we set the keys we're given by the region
# admin to use to login to the VMs.
[workshop_eu:vars]
ansible_ssh_private_key_file = admintraining-eu.key
[workshop_be:vars]
ansible_ssh_private_key_file = admintraining-be.key
[workshop_oz:vars]
ansible_ssh_private_key_file = admintraining-oz3.key
[workshop_us:vars]
ansible_ssh_private_key_file = admintraining-us.key
#ansible_ssh_private_key_file = admintraining-oz3.key
#ansible_ssh_private_key_file = admintraining-us3.key