summaryrefslogtreecommitdiff
path: root/baserock_hosts
blob: b1db755dce18c526e2cdb597b8c9b86901659e5b (plain)
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
# Ansible hosts file for Baserock infrastructure.
# See: <http://docs.ansible.com/intro_inventory.html>.

# We don't have DNS working for instances in the OpenStack cloud we use, which
# makes this file a lot more fiddly than it would be otherwise. Access to these
# machines works because the `ansible.cfg` file in the same directory redirects
# all SSH access through the frontend machine.

[baserock]
devel-system-64b ansible_ssh_host=192.168.222.41
gerrit ansible_ssh_host=192.168.222.69
git ansible_ssh_host=192.168.222.58
irclogs ansible_ssh_host=192.168.222.74

[fedora]
frontend-haproxy ansible_ssh_host=185.43.218.170
database-mariadb ansible_ssh_host=192.168.222.146
mail ansible_ssh_host=192.168.222.145
openid ansible_ssh_host=192.168.222.144
ostree ansible_ssh_host=192.168.222.153
webserver ansible_ssh_host=192.168.222.127
opengrok ansible_ssh_host=192.168.222.149

[ubuntu]
paste ansible_ssh_host=192.168.222.6
storyboard ansible_ssh_host=192.168.222.131
#testgerrit ansible_ssh_host=192.168.222.46


[baserock:vars]
ansible_ssh_user=root

[ubuntu:vars]
ansible_ssh_user=ubuntu

[fedora:vars]
ansible_ssh_user=fedora