forked from usegalaxy-eu/infrastructure-playbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hosts
56 lines (40 loc) · 1.2 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
46
47
48
49
50
51
52
53
54
55
56
[jenkins]
build.usegalaxy.eu ansible_ssh_user=ubuntu
[telescope]
telescope.galaxyproject.org ansible_ssh_user=ubuntu
[influxdb]
influxdb.denbi.uni-freiburg.de ansible_ssh_user=centos
[grafana]
stats.genome.edu.au
[grafana:vars]
ansible_host_key_checking=False
ansible_ssh_extra_args='-o StrictHostKeyChecking=no'
ansible_user=ubuntu
ansible_ssh_private_key_file="/Users/simongladman/.ssh/cloudman_key_pair_RC.pem"
[gitlab]
gitlab.denbi.uni-freiburg.de ansible_ssh_user=ubuntu
[csp-report]
csp.usegalaxy.eu ansible_ssh_user=centos
[haproxy]
proxy.usegalaxy.eu ansible_ssh_user=centos
[sql]
sql.usegalaxy.eu ansible_ssh_user=ubuntu
[ftp]
ftp.usegalaxy.eu ansible_ssh_user=ubuntu
[testing]
testing.usegalaxy.eu ansible_ssh_user=ubuntu
[gitlab-runners]
git-ci-0.usegalaxy.eu ansible_ssh_user=ubuntu
[cvmfsstratum1servers]
cvmfs-stratum1.usegalaxy.eu ansible_ssh_user=centos
[apollo]
apollo.usegalaxy.eu ansible_ssh_user=centos
[multinic]
multinic.usegalaxy.eu ansible_ssh_user=centos
[galaxy]
galaxy-mel.genome.edu.au
[galaxy:vars]
ansible_host_key_checking=False
ansible_ssh_extra_args='-o StrictHostKeyChecking=no'
ansible_user=ubuntu
ansible_ssh_private_key_file="/Users/simongladman/.ssh/cloudman_key_pair_RC.pem"