summaryrefslogtreecommitdiff
path: root/baserock_hosts
blob: 20fcab6081010b541414036045eb491c7f66c2b5 (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
# 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]
git ansible_ssh_host=10.3.0.14

[ubuntu]
frontend-haproxy ansible_ssh_host=89.46.80.196
webserver ansible_ssh_host=10.3.0.13

[fedora]
ostree ansible_ssh_host=10.3.0.12

[baserock:vars]
ansible_ssh_user=root

[fedora:vars]
ansible_ssh_user=fedora

[ubuntu:vars]
ansible_ssh_user=ubuntu