# Ansible hosts file for Baserock infrastructure. # See: . # 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=192.168.222.58 irclogs ansible_ssh_host=192.168.222.74 [fedora] frontend-haproxy ansible_ssh_host=37.153.173.19 ostree ansible_ssh_host=10.3.0.12 webserver ansible_ssh_host=192.168.222.127 [ubuntu] paste ansible_ssh_host=192.168.222.6 [baserock:vars] ansible_ssh_user=root [ubuntu:vars] ansible_ssh_user=ubuntu [fedora:vars] ansible_ssh_user=fedora